Bug 1109719 - change security-domain to != "other" not working
Summary: change security-domain to != "other" not working
Keywords:
Status: MODIFIED
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: SwitchYard
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: DR3
: ---
Assignee: David Ward
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-16 08:40 UTC by Hisao Furuichi
Modified: 2021-10-15 11:51 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-2130 0 Major Resolved change security-domain to != "other" not working 2016-01-24 15:37:52 UTC

Internal Links: 1240345

Description Hisao Furuichi 2014-06-16 08:40:13 UTC
Description of problem:

With quick start example(policy-security-wss-username) provided by FSW 6.0.0, changing security-domain does not work as expected.

Steps to Reproduce:
1. modify  switchyard.xml in "policy-security-wss-username"
  <security rolesAllowed="friend" securityDomain="overlord-jaxrs"/>
2. modify jboss-web.xml in "policy-security-wss-username"
  <security-domain>java:/jaas/overlord-jaxrs</security-domain>
3. mvn clean insall
4. start FSW
5. mvn jboss-as:deploy
6. mvn exec:java -Dexec.args="confidentiality clientAuthentication" -Djavax.net.ssl.trustStore=connector.jks

Actual results:
16:37:21,380 INFO [org.switchyard.quickstarts.demo.policy.security.wss.username.WorkServiceBean] (http-localhost.localdomain/127.0.0.1:8443-1) :: WorkService :: Received work command => CMD-1402904240758

Expected results:
Exception is thrown

Comment 1 David Ward 2014-06-19 21:54:07 UTC
I got this to work with a code change, however there are caveats. Please read my comment on the associated jboss jira:
https://issues.jboss.org/browse/SWITCHYARD-2130

Comment 5 JBoss JIRA Server 2015-10-15 03:06:58 UTC
Tomohisa igarashi <tm.igarashi> updated the status of jira SWITCHYARD-2130 to Reopened

Comment 6 JBoss JIRA Server 2015-10-21 13:38:45 UTC
Tomohisa igarashi <tm.igarashi> updated the status of jira SWITCHYARD-2130 to Resolved


Note You need to log in before you can comment on or make changes to this bug.