I meant using URLDecoder.decode(request.getRequestURI()) instead of request.getServletPath() -- I didn't make it clear.
Grzegorz Krugły pisze: > Although there is is a reason given in the comment in Stripes' > HttpUtil.getRequestedPath method for using getServletPath, I don't see > why we can't use getRequestURI instead (and append getPathInfo there if > neccessary). I patched my copy of Stripes to use getRequestURI instead > of getRequestedPath and everything seems to work. > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
