Bug 1131582
| Summary: | [GSS] (6.3.x) PickletLink IdP Filter eating cookies added to response by other filters | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Derek Horton <dehort> | |
| Component: | Security | Assignee: | Peter Skopek <pskopek> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondrej Kotek <okotek> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.3.0 | CC: | anmiller, bbaranow, bmaxwell, istudens, jawilson, myarboro, okotek, pskopek | |
| Target Milestone: | CR2 | |||
| Target Release: | EAP 6.3.2 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1131612 (view as bug list) | Environment: | ||
| Last Closed: | 2019-08-19 12:41:07 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1131612 | |||
| Bug Blocks: | 1123427, 1132166 | |||
| 
        
          Description
        
        
          Derek Horton
        
        
        
        
        
          2014-08-19 15:27:51 UTC
        
       Upstream PR: https://github.com/picketlink/picketlink/pull/372 Pedro Igor <pigor.craveiro> updated the status of jira PLINK-529 to Resolved The fix does not work for me. For JBoss EAP 6.3.2.CR1: * a test filter is called twice (unlike JBoss EAP 6.3.0) * cookies created in the filter are not returned to the browser for base URI (like JBoss EAP 6.3.0) See BZ 1133099. Backport of PLINK-558 helped. There is manual reproducer available. BZ 1123427 (Upgrade PicketLink from 2.5.3.SP10-redhat-1 to 2.5.3.SP11-x) is verified but included commits are in wrong order. PLINK-558 commit is the important one and should be placed as the last one. To be precise: commits in PicketLink Bindings 2.5.3.SP11-redhat-1. Fixed in 2.5.3.SP12. Verified for JBoss EAP 6.3.2.CR2 |