On 7/22/23 12:03, Mark Thomas wrote:
Your target URL is invalid. No user agent should be sending the fragment (#index) part of the URL. At best Tomcat will ignore it. Later versions may even reject it (I have a memory of that but don't have easy acces to the source code to check right now).

What I have observed about #:

If you are working in a browser, the # character and anything after it are never sent to the webserver. That value is completely handled within the browser, typically used to either anchor to a specific point in the web page or provide data to javascript code running in the browser.

Thanks,
Shawn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to