Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

[BZ-1403939] @javax.jws.Oneway causes security-context to be lost#17

Open
rnetuka wants to merge 1 commit intojboss:jboss-2.7.18.SPfrom
rnetuka:oneway-soap-original-thread
Open

[BZ-1403939] @javax.jws.Oneway causes security-context to be lost#17
rnetuka wants to merge 1 commit intojboss:jboss-2.7.18.SPfrom
rnetuka:oneway-soap-original-thread

Conversation

@rnetuka
Copy link
Copy Markdown

@rnetuka rnetuka commented Aug 11, 2017

BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1403939

All SOAP messages must have USE_ORIGINAL_THREAD set to true. Picketbox is unable to provide security context to SOAP messages processed in different threads. See BZ for details.

Note: since contextual properties are set lazily in MessageImpl, we need to specify USE_ORIGINAL_THREAD in the getContextualProperty method.

Copy link
Copy Markdown

@asoldano asoldano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rnetuka , the workaround here would probably work, though I believe the issue should be solved at jbossws level as we did in https://issues.jboss.org/browse/JBWS-3905 + https://issues.jboss.org/browse/JBWS-3920 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants