Re: Request dispatcher decoding and normalization

2025-01-22 Thread Rémy Maucherat
On Wed, Jan 22, 2025 at 3:11 PM Mark Thomas wrote: > > As a result of a user request, I am looking at Tomcat's handling of %2f > (encoded '/') and %5c (encoded '\'). > > I have already added a new attribute (encodedReverseSolidusHandling) to > the Connector to align options for %5c handling with o

Request dispatcher decoding and normalization

2025-01-22 Thread Mark Thomas
As a result of a user request, I am looking at Tomcat's handling of %2f (encoded '/') and %5c (encoded '\'). I have already added a new attribute (encodedReverseSolidusHandling) to the Connector to align options for %5c handling with options for %2f handling. I am now looking at the RequestD