UsernameToken is no longer present in Header after it is processed
------------------------------------------------------------------
Key: JBWS-1790
URL:
http://jira.jboss.com/jira/browse/JBWS-1790
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ws-security
Affects Versions: jbossws-2.0.0
Reporter: Magesh Kumar B
org.jboss.ws.extensions.security.SecurityDecoder.java
public void complete()
{
// On completion we must remove the header so that no one else can process this
// message (required by the specification)
detachHeader();
}
What about wsse:Security headers? Are they supposed to be removed?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira