AntiPattern

Servlet Mapping Misconfiguration

servlet-mapping-misconfiguration

Servlet mapping and default-servlet/readonly settings interact so the app runs with unexpected endpoints and I/O permissions—e.g., multiple mappable servlets, disabled default servlet, and missing readonly enablement—making requests routed wrong or writes silently blocked.