${requestScope['javax.servlet.forward.servlet_path']} gets me the right string, but not including parameters that might be set in the url.
Example:
http://localhost/path/i/want?param=1 should give me a string /path/i/want?param=1
I have a feeling this should be done easily but can't figure it out.
Thanks in advance!