Issue Type: Feature Request Feature Request
Affects Versions: PLINK_3.0.0.beta2, PLINK_2.5.0.beta4
Assignee: Anil Saldhana
Components: IDM
Created: 05/Jun/13 3:01 PM
Description:

Hi guys, maybe I'm doing something wrong, but digest authentication has just stopped to work after update to the latest changes from PicketLink respository.

I didn't test it against beta3, because the artifact was removed from maven central. To reproduce the issue:

git clone https://github.com/abstractj/aerogear-controller-demo
cd aerogear-controller-demo && git checkout picketlink_beta2
mvn clean package and deploy it

Run:

curl -b --cookie -v --user john:123 --digest "http://localhost:8080/aerogear-controller-demo/mycars

The authentication will succeed. Now clone PicketLink repo:

git clone https://github.com/picketlink/picketlink
cd picketlink && mvn clean install

Go to aerogear-controller-demo & git checkout picketlink_beta4
mvn clean package & deploy it

Run:

curl -b --cookie -v --user john:123 --digest "http://localhost:8080/aerogear-controller-demo/mycars

Thanks in advance.

Fix Versions: PLINK_2.5.0.beta4
Project: PicketLink
Priority: Major Major
Reporter: Bruno Oliveira
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira