Re: Aw: Re: Servlet-Mapping having %-sign

2023-12-30 Thread Christopher Schultz
Peter, On 12/30/23 01:41, Peter Rader wrote: Peter, On 12/29/23 07:56, Peter Rader wrote: having a URL like this: https://localhost:8443/index.html works perfect. This is my mapping: Nano-Nano-Servlet /index.html Nano-Nano-Servlet *.ts Unfortunately this URI does not load (because of th

Aw: Re: Servlet-Mapping having %-sign

2023-12-29 Thread Peter Rader
> Peter, > > On 12/29/23 07:56, Peter Rader wrote: > > having a URL like this: > > > > https://localhost:8443/index.html works perfect. This is my mapping: > > > > > > Nano-Nano-Servlet > > /index.html > > > > > > Nano-Nano-Servlet > > *.ts > > > > > > Unfortunately this URI does not load (beca

Re: Servlet-Mapping having %-sign

2023-12-29 Thread Christopher Schultz
Peter, On 12/29/23 07:56, Peter Rader wrote: having a URL like this: https://localhost:8443/index.html works perfect. This is my mapping: Nano-Nano-Servlet /index.html Nano-Nano-Servlet *.ts Unfortunately this URI does not load (because of the %-sign): https://localhost:8443/@rm

Fwd: Servlet-Mapping having %-sign

2023-12-29 Thread Aryeh Friedman
-- Forwarded message - From: Aryeh Friedman Date: Fri, Dec 29, 2023 at 8:08 AM Subject: Re: Servlet-Mapping having %-sign To: On Fri, Dec 29, 2023 at 7:57 AM Peter Rader wrote: > https://localhost:8443/@rm%2fmodel.ts No idea on the original question but the URL ab

Re: Servlet-Mapping having %-sign

2023-12-29 Thread Aryeh Friedman
No idea on the original question but the URL above mightiest well read: http://dear.hacker.please/hack-me.jsp - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.

Servlet-Mapping having %-sign

2023-12-29 Thread Peter Rader
Hey,   having a URL like this:   https://localhost:8443/index.html works perfect. This is my mapping:   Nano-Nano-Servlet /index.html Nano-Nano-Servlet *.ts   Unfortunately this URI does not load (because of the %-sign):   https://localhost:8443/@rm%2fmodel.ts   It gives a http-status:400 havin