You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there is a significant issue regarding the compatibility of the Spring Security samples with XML configuration. Currently, the samples are not functioning as intended with the existing XML configuration, and it has come to our attention that the web.xml file has not been updated to meet the necessary requirements for Servlet 6, which is essential for proper functionality.
In light of these circumstances, it would be prudent to discuss the possibility of updating the sample applications. By doing so, we can ensure that they are compatible with XML configuration, thereby enhancing their usability and effectiveness.
This update would not only address the current incompatibility issues but also align the applications with the latest standards and requirements.
It seems that there is a significant issue regarding the compatibility of the Spring Security samples with XML configuration. Currently, the samples are not functioning as intended with the existing XML configuration, and it has come to our attention that the web.xml file has not been updated to meet the necessary requirements for Servlet 6, which is essential for proper functionality.
In light of these circumstances, it would be prudent to discuss the possibility of updating the sample applications. By doing so, we can ensure that they are compatible with XML configuration, thereby enhancing their usability and effectiveness.
This update would not only address the current incompatibility issues but also align the applications with the latest standards and requirements.
Ref:
contacts Sample App
https://github.com/spring-projects/spring-security-samples/blob/main/servlet/xml/java/contacts/src/main/webapp/WEB-INF/web.xml
(Pointing to servelet 2.5)
helloworld Sample App
https://github.com/spring-projects/spring-security-samples/blob/main/servlet/xml/java/helloworld/src/main/webapp/WEB-INF/web.xml(Pointing to servelet 3.0)
preauth Sample App
https://github.com/spring-projects/spring-security-samples/blob/main/servlet/xml/java/preauth/src/main/webapp/WEB-INF/web.xml
(Pointing to servelet 2.5)
saml2 Sample App
https://github.com/spring-projects/spring-security-samples/blob/main/servlet/xml/java/saml2/login-logout/src/main/webapp/WEB-INF/web.xml
(Pointing to servelet 3.0)
Thanks
Syed Riazur Rahman
The text was updated successfully, but these errors were encountered: