Reputation: 1
I want to edit the HttpServletRequest#getRequestURI()
in my JSP scriplet code. Is there is any way to do this?
Upvotes: 0
Views: 258
Reputation: 15446
You cannot reset some request URI value. But, you can write a request wrapper which will return the value you want.
Upvotes: 1