2016-07-29 10:53 GMT+02:00 Greg Huber <gregh3...@gmail.com>: > Its handy to know these errors, and get a different a response depending on > dev mode > > With dev mode off get a 404 (same message), rather than a > Struts Problem Report > > Struts has detected an unhandled exception: > There is no Action mapped for namespace [/admin] and action name > [messagesDeletez] associated with context path [/myContext]. > > maybe : if dev mode is ON leave as is. If OFF call the default? (which I > guess would be execute?)
It will still work, this new functionality is for action that doesn't match [a-zA-Z0-9._!/\\-]* (default RegEx) - e.g. /my%{#action} or /${action} - so it most cases it's all about security. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org