1

I am using a javax.servlet.http.HttpServletRequest to implement a web application.

I have problem how to get the URI parameter of a request?

Complete URL is: /xyz/{value}/{name}/{status}

How to get the value, name and status from URL using HttpServletRequest ?

Cool
  • 11
  • 2
  • If you are using Spring, much easier to use `org.springframework.web.servlet.DispatcherServlet` – RoninDev Apr 27 '20 at 09:21
  • Does this answer your question? [Any way to get the path parameters in httpservlet request](https://stackoverflow.com/questions/22199830/any-way-to-get-the-path-parameters-in-httpservlet-request) – RoninDev Apr 27 '20 at 09:21

0 Answers0