picketlink2 / federation

PicketLink v2.1.x Federation. PicketLink v2.5.x onwards is hosted at https://github.com/picketlink
http://www.picketlink.org
14 stars 29 forks source link

Fix and improve redirect to original URL. #155

Closed kreichert closed 11 years ago

kreichert commented 11 years ago

Updating logic for the final redirect to the original URL to work similarly to the logic found in the Tomcat Form Authenticator. This update fixes IllegalStateException errors during the redirect, and also adds support for POST operations being the initial request to a protected resource.

See this thread for more information: https://community.jboss.org/thread/200615

pedroigor commented 11 years ago

Hi Kevin,

We going to test your changes against our test suite (unit and integration tests).

Sorry for the delay. We're quite busy releasing a version for a new project. I'll be back to this ASAP.

Thanks in advance. Pedro Igor

kreichert commented 11 years ago

Pedro-

Have you had a chance to test my update?

pedroigor commented 11 years ago

Hi Kevin,

 Tested your change using the unit and integration tests. It looks fine.

 Merged into the master branch. More tests will be done using the quickstarts later.

Thanks.