-
Followers
lmajano (Assigned To)
AttachmentsNo attachmentsAssociationsNo associationsActivityon Mar 10, 2010 @ 03:53PM UTC * By lmajano
Description changed from The security interceptor's ... to The security interceptor's ...Status changed from New to FixedSummary changed from useSSL element for using SSL on security redirect to New useSSL element for redirecting via SSL in the security interceptorTime ExpenditureLoading


My enhancement request is to allow the specification of whether this redirect should use SSL or not.
Use case is, person is not logged in so the security interceptor redirects to "user.login" but it does so using a non-ssl connection.
By adding a new element to the rules (can default to false internally for backward compatibility), the "setNextEvent" call in the security interceptor would be able to use SSL or not based on the value.
<useSSL>true</useSSL>