add a setting to make url decoding errors 404 in production mode
----------------------------------------------------------------

                 Key: WICKET-831
                 URL: https://issues.apache.org/jira/browse/WICKET-831
             Project: Wicket
          Issue Type: New Feature
          Components: wicket
            Reporter: Jonathan Locke
            Priority: Minor
             Fix For: 1.3.1


in a real production environment, you will get crawlers and users poking at 
urls and when that happens to produce an invalid request it's probably better 
to 404 the request than throw the current IllegalStateException we throw.  we 
might want to step back and think in general about invalid requests in 
production versus development mode.  i also think i suggested fairly recently 
that we should add an exception that 404s a request.  these two things could 
work together.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to