cfmlprojects / runwar

Other
11 stars 16 forks source link

Incorrect default error page set when error-pages is empty string. #33

Closed bdw429s closed 8 years ago

bdw429s commented 8 years ago

When I pass this JVM arg:

--error-pages=""

I see this in the Runwar debug output:

DEBUG RunwarLogger Adding default error location:

And all 404 pages seem to redirect back to the default index.cfm of my site. If an empty --error-pages param is passed, I would not expect a default error page to be set.