Bug 1206657
Summary: | [GSS](6.4.z) WFLY-2129 / WFLY-3988 - Fix @PermitAll applied on class level & no class level of JAX-WS EJB Endpoint to to enable authorization security | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | William Antônio <wsiqueir> |
Component: | Web Services | Assignee: | Ivo Studensky <istudens> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Rostislav Svoboda <rsvoboda> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.3.0 | CC: | bmaxwell, istudens, jawilson |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.4.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-17 10:35:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1231259 |
Description
William Antônio
2015-03-27 16:24:44 UTC
Verified on EAP 6.4.3 CP CR1 - in conjunction with comment 1 Tested with endpoint defined like this: @Stateless @SecurityDomain("ejb3-test-security-domain") public class EJBEndpoint implements EJBEndpointIface { ... } No definition of@DeclareRoles or permissions like @RolesAllowed / @PermitAll on class level. Permissions are defined on method level. Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. |