ahmed mohiuddin
ahmed mohiuddin

Reputation: 1

Change the value of HttpServletRequest#getRequestURI()

I want to edit the HttpServletRequest#getRequestURI() in my JSP scriplet code. Is there is any way to do this?

Upvotes: 0

Views: 258

Answers (1)

Ramesh PVK
Ramesh PVK

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

Related Questions