Original Reporter: steven_a_s
Environment: Not Specified
Version: Grails-Spring-Security-Core 1.2.7.3
Migrated From: http://jira.grails.org/browse/GPSPRINGSECURITYCORE-228
After setting the useX509 flag to true, users that attempt to access the site without a certificate with a user-matching DN are returned a 503 reply. Setting the x509.continueFilterChainOnUnsuccessfulAuthentication flag to true in my own configuration seems to make no difference.
Right now I can work around the issue by adding a URL mapping for 503 responses to the auth form.
Original Reporter: steven_a_s
Environment: Not Specified
Version: Grails-Spring-Security-Core 1.2.7.3
Migrated From: http://jira.grails.org/browse/GPSPRINGSECURITYCORE-228
After setting the useX509 flag to true, users that attempt to access the site without a certificate with a user-matching DN are returned a 503 reply. Setting the x509.continueFilterChainOnUnsuccessfulAuthentication flag to true in my own configuration seems to make no difference.
Right now I can work around the issue by adding a URL mapping for 503 responses to the auth form.