Bug 1111017
| Summary: | Secured EJB in a WAR requires the annotation resteasy.role.based.security set to true | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | William Antônio <wsiqueir> | ||||||||||
| Component: | RESTEasy | Assignee: | Stuart Douglas <sdouglas> | ||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Katerina Odabasi <kanovotn> | ||||||||||
| Severity: | high | Docs Contact: | Russell Dickenson <rdickens> | ||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 6.2.0 | CC: | clichybi, wsiqueir | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | EAP 6.4.0 | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2015-04-15 20:28:35 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: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
William Antônio
2014-06-19 04:41:11 UTC
Created attachment 910245 [details]
EJB in a JAR exposed as a REST resources and secured
Created attachment 928272 [details]
No role based security parameter
Created attachment 928273 [details]
Role based security on
I used reproducer 1 on 6.3.0.GA. The role-based authentication works, however I see Error messages in server side when accessing http://localhost:8080/helloworld-rs-ejb-secured/rest/hello/authorization with user in group norole and resteasy.role.based.security commented out. See attachment error_no_role_based_security.txt When resteasy.role.based.security is set up on true the more friendly warning shows up on server side. See attachment role_based_security_on.txt Hello William, any news? Katerina, I was on vacations and since I came back I couldn't focus on this issue I will get back to it on next weeek. Sorry for any inconvenience. - William Hello, I could confirm that what was mentioned by Katherine is true. I am closing this bug as a "not a bug". |