ESAPI / esapi-java-legacy

ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.
https://owasp.org/www-project-enterprise-security-api/
Other
610 stars 368 forks source link

Does esapi-java-legacy support jDK17 #805

Closed JerryDevis closed 11 months ago

JerryDevis commented 11 months ago

Does esapi-java-legacy support jDK17?

kwwall commented 11 months ago

If you are using it with the standard Java Servlet API (e.g., the "javax.servlet" package name space), I think it ought to work. If you are using Java 17 with the Jakarta Servlet API (package name space of "jakarta.servlet"), then it one. We have a PR for that that I've tested and hope to get into this new release that I'm working on. See https://github.com/ESAPI/esapi-java-legacy/discussions/768 for more details.