[
https://jira.jboss.org/jira/browse/JBWS-2565?page=com.atlassian.jira.plug...
]
Richard Opalka commented on JBWS-2565:
--------------------------------------
I provided the following enum classes to don't confuse our users:
org.jboss.wsf.spi.annotation.TransportGuarantee
org.jboss.wsf.spi.annotation.AuthMethod
Since now users will write:
@WebContext
(
contextRoot = "/jaxws-jbws2565",
transportGuarantee = TransportGuarantee.NONE, // using enum value instead of hardcoded
strings
authMethod = AuthMethod.BASIC // using enum value instead of hardcoded strings
)
I also implemented check in ContextRootDeploymentAspect to validate these two security
related annotation fields.
If unknown value is detected deployment will be rejected.
Problems with security after moving from AS 4.2.x series to AS 5.0.x
series
---------------------------------------------------------------------------
Key: JBWS-2565
URL:
https://jira.jboss.org/jira/browse/JBWS-2565
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.0.5, jbossws-native-3.1.0
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-3.1.1
Attachments: JBossJIRA.7z
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira