Giacomo Pati pisze:
Isn't HttpServletRequest.getServletPath() the one that should give you what you are seeking for?
If you think about getServletPath() of HttpServletRequest hold in BlockCallHttpServletRequest it will return mount-path but not for the current servlet but for the servlet that called current servlet.
That's not what we need. -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/
