When i am posting a HTTP URL with unsafe char(like #) to a web-application in tomcat. Is the url with usafe char comes to tomcat or the unsafe-char url is brokes in HTTP request posting application.
when i am trying to post HTTP request with URL containing the unsafe char. when it will be encoded means while posting the HTTP Request or when request goes to requester application(Servlet or web app). Is any way to handle the unsafe char in web application or servlet.