Actions
Improvements #11627
closedUpdate Servlet API
Start date:
05/17/2023
Due date:
% Done:
100%
Estimated time:
Description
We should update the included servlet API jar to at least Servlet API 4.0. This is the last version that uses the javax.
namespace.
This also allows us to configure the default request encoding for the ServletContext
in the ServletInit
listener.
Along with this, we can throw out all of the old XML files (META-INF/context.xml
, WEB-INF/context.xml
, WEB-INF/jetty*-web.xml
) and update the web.xml
for the examples.
Updated by Roel Standaert over 1 year ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert over 1 year ago
- Status changed from Review to Implemented @Emweb
- Assignee set to Roel Standaert
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Implemented @Emweb to Closed
Actions