I'm using Struts 2.1.2 and the REST plugin. I have a controller that is used
to provide user information, and this works like a charm as long as the id
parameter doesn't contain a dot.

Eg: /app/users/james works as expected. But when i try with
/app/users/james.bond I get a 404 since Struts interprets the .bond as an
extension rather than part of the id.

Any one know how to solve this?
-- 
View this message in context: 
http://www.nabble.com/REST-plugin-and-id-params-with-dot%27s-causes-404-not-found-tp21466905p21466905.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to