Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Steps to reproduce (I'm sure there's more than one way to reproduce this):
- Take trunk launchpad and add formauth bundle
- Set service.ranking of FormAuthenticationHandler to > 0
Then...
curl -v -b sling.formauth=garbage http://localhost:8888/index.html
redirects to http://localhost:8888/system/sling/form/login?resource=%2Findex.html&j_reason=TIMEOUT
so try this url:
curl -v -b sling.formauth=garbage http://localhost:8888/system/sling/form/login?resource=%2Findex.html\&j_reason=TIMEOUT
which redirects to:
requesting that url with a garbage cookie redirects again and again and again...
workaround is to enable the "Include Form" option.