[jboss-jira] [JBoss JIRA] (WFLY-2530) If a transformer removes the headers from an operation it fails on the target host

Kabir Khan (JIRA) jira-events at lists.jboss.org
Tue Nov 19 05:55:06 EST 2013


    [ https://issues.jboss.org/browse/WFLY-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924802#comment-12924802 ] 

Kabir Khan commented on WFLY-2530:
----------------------------------

For now I will back up the headers in TransformingProxyController before transforming the operation, and then readd them to the transformed operation
                
> If a transformer removes the headers from an operation it fails on the target host
> ----------------------------------------------------------------------------------
>
>                 Key: WFLY-2530
>                 URL: https://issues.jboss.org/browse/WFLY-2530
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Kabir Khan
>            Assignee: Kabir Khan
>             Fix For: 8.0.0.CR1
>
>
> This gives errors like:
> {code}
> [domain at localhost:9999 /] /profile=full-ha-7.1.x/subsystem=security/security-domain=jboss-web-policy/authorization=classic/policy-module=Delegating:write-attribute(name=module-options,value={a=>b})
> {
>     "outcome" => "failed",
>     "failure-description" => {"host-failure-descriptions" => {"slave" => "JBAS010849: Operation write-attribute for address [
>     (\"profile\" => \"full-ha-7.1.x\"),
>     (\"subsystem\" => \"security\"),
>     (\"security-domain\" => \"jboss-web-policy\"),
>     (\"authorization\" => \"classic\")
> ] can only be handled by the master Domain Controller; this host is not the master Domain Controller"}},
>     "rolled-back" => true
> }
> {code}
> This should probably be handled somewhere in the communication layer 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list