Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: jboss-2.7.18.SP
Choose a base branch
from

Conversation

rnetuka
Copy link

@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

@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants