OpenAM
OpenAM copied to clipboard
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
**Describe the bug** I'm trying to run OpenAM 15.0.0 using the official container image and instructions from Docker Hub. Attempting to create a default configuration fails with the error message:...
Error 404: javax.servlet.ServletException: AMSetupFilter.doFilter ``` ------Start of DE processing------ = [23/05/2024, 13:16:02:011 BST] Exception = javax.servlet.ServletException Source = com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters probeid = 1064 Stack Dump = javax.servlet.ServletException: AMSetupFilter.doFilter at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:141) at...
May I know what's the new release version and target date to support jakarta namespace change for servlet-api (javax.servlet) Such as File: https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/SAML2ActorFactory.java https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/ConfiguratorFilter.java https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-shared/src/main/java/com/sun/identity/common/ShutdownServletContextListener.java