Re: AW: Unexpected double-slash in javax.servlet.forward.request_uri

2022-08-25 Thread Christopher Schultz
Thomas, On 8/25/22 11:20, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello Chris, I think I misread your message, sorry. So the request attribute javax.servlet.forward.request_uri contained a URL starting with // , right? Do you have the initial http request, how it looks like? As I said, I

AW: Unexpected double-slash in javax.servlet.forward.request_uri

2022-08-25 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Chris, I think I misread your message, sorry. So the request attribute javax.servlet.forward.request_uri contained a URL starting with // , right? Do you have the initial http request, how it looks like? Greetings, Thomas > > Von: Christopher Schultz >

AW: Unexpected double-slash in javax.servlet.forward.request_uri

2022-08-25 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Chris, I think it matches the RFC7231 https://www.rfc-editor.org/rfc/rfc7231#section-7.1.2 It allows relative URLs which refers to: https://www.rfc-editor.org/rfc/rfc3986#section-4.2 Which allows protocol relative paths: relative-part = "//" authority path-abempty /