jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
250 stars 79 forks source link

Issue #660 fix invalid error-code #662

Closed olamy closed 1 week ago

olamy commented 2 weeks ago

Issue #660 fix invalid error-code

markt-asf commented 1 week ago

I want to figure out why this didn't trigger a test failure when running with Tomcat.

markt-asf commented 1 week ago

So, it looks like Tomcat's default error page happened to include the text expected by this test. Fixing that exposes a different issue in that the test's error page servlet doesn't appear to be setting one of the headers the test client is expecting.

As it looks like we are going to need a 6.1.1 TCK release, I plan to do the following: