-
Bug
-
Resolution: Done
-
Major
-
PLINK_2.6.0.Final
-
None
PicketLink AbstractIDPValve does not trigger the next valve in the pipeline. The invoke() method of the AbstractIDPValve does not call getNext().invoke() which means that the pipeline processing will always terminate with the IDP valve.
You can see this by placing the AccessLogValve after the IDP valve in the WEB-INF/jboss-web.xml file. The AccessLogValve will not get triggered.
- relates to
-
PLINK-558 AbstractIDPValve should always invoke next valve
- Resolved