Bug 1157718

Summary: List of Handler Attributes does not refresh in Admin Console
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jakub Cechacek <jcechace>
Component: Web ConsoleAssignee: Pedro Igor <psilva>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Jelinek <pjelinek>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: brian.stansberry, hpehl, jkudrnac, pjelinek
Target Milestone: ---   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:41:53 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:

Description Jakub Cechacek 2014-10-27 14:48:16 UTC
In current version of picketlink HAL extension the list of Handler Attributes is not refreshed in the following scenario:

1)Add Federation with Identity Manager to your EAP instance if you dont have one
2)Navigate to http://localhost:9990/console/App.html#picletlink-federation
3)Click view option for previously created federation
4)Change configuration tab to "SAML Handlers"
5)Add two SAML handlers ("aaa" and "bbb")
6)In table below select "aaa" handler
7)In Handler parameter add a new parameter ("paramA", "valueA")
8)Select "bbb" handler in table above


Expected result: the list of parameters for "bbb" handler is empty
Actual result: list of parameters for "aaa" is displayed

at this point it doesn't really matter which handler you select, the list of 
handler parameters wont refresh.