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

ESAPI 2.5.1.0 not working with spring boot 3.0, spring 6 #769

Closed dwhacker closed 1 year ago

dwhacker commented 1 year ago

When using latest version of ESAPI 2.5.1.0, it gives classNotFound for javax.servlet. As we know Spring boot 3.0 uses jakarta.servlet. Will it be fixed in upcoming releases?

kwwall commented 1 year ago

See discussion at: https://github.com/ESAPI/esapi-java-legacy/discussions/768

On Fri, Jan 13, 2023, 1:43 PM monudwivedi @.***> wrote:

When using latest version of ESAPI 2.5.1.0, it gives classNotFound for javax.servlet. As we know Spring boot 3.0 uses jakarta.servlet. Will it be fixed in upcoming releases?

— Reply to this email directly, view it on GitHub https://github.com/ESAPI/esapi-java-legacy/issues/769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO6PG45JYJF2WQIYW4L3SDWSGO5ZANCNFSM6AAAAAAT2WTJ3Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

xeno6696 commented 1 year ago

Closing issue as the discussion is already well underway.