-
Feature Request
-
Resolution: Done
-
Major
-
PLINK_3.0.0.beta1
-
None
Hi guys, in the HTTP digest was tested and delivered on AeroGear (https://issues.jboss.org/browse/PLINK-94).
After the updates it just has stopped to work. I'm following this documentation: http://docs.jboss.org/picketlink/3/3.0.0.Beta2/reference/html_single/#d5e383
To reproduce the issue please:
1. git clone git@github.com:abstractj/aerogear-controller-demo.git
2. git checkout picketlink_beta2
3. mvn clean package & deploy on AS 7
4. curl --digest -b cookies.txt -c cookies.txt -u john:123 "http://localhost:8080/aerogear-controller-demo/mycars" -v
Am I doing something wrong?