Bug 953748
| Summary: | HTTP Status 404 - /dashbuilder/j_security_check --Dashboard console log in issue | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Ryan Zhang <rzhang> | ||||||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 6.0.0 | CC: | eschabel, rrajasek | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | 6.0.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: |
Cause: Login mechanism badly implemented or incomplete.
Consequence: Login failures not handled properly.
Fix: Implement the login page properly.
Result: Login/Logout/SSO working fine.
|
Story Points: | --- | ||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-08-06 20:09:07 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
Ryan Zhang
2013-04-19 05:44:44 UTC
Created attachment 737511 [details]
screenshot
Followed documentation on product setup by Lee: - unzipped EAPL 6.1.Beta - copied in BPMS DR4 files from zip - ran add-user.sh and added "root" user with a password and "erics" application user with a password. - start server - http://localhost:8080/kie-ide login attempts with above users, "Login failed: Not Authorized" - http://localhost:8080/dashbuilder login attempts seem to pass but then give screen with "JBWEB000065: HTTP Status 403 - JBWEB000015: Access to the requested resource has been denied JBWEB000309: type JBWEB000067: Status report JBWEB000068: message JBWEB000015: Access to the requested resource has been denied JBWEB000069: description JBWEB000123: Access to the specified resource has been forbidden." Attaching screenshots of results of logins. Can't even test build of DR4. Created attachment 749257 [details]
kie-ide login failure
Created attachment 749259 [details]
dashbuilder login failure
Login mechanism has been reviewed and fixed. Now, the application gives the proper feedback to users when login fails. Github commit: https://github.com/droolsjbpm/dashboard-builder/commit/0ca31e83da1e52da657b243705c954420837d9bb As of SSO between kie-ide (renamed recently to kie-wb) and dashbuilder is also working (tested on EAP 6.1 final). To get SSO running don't forget to add the <sso/> tag to the EAP's standalone/configuration/standalone.xml file as indicated here https://github.com/droolsjbpm/dashboard-builder/blob/master/builder/src/main/jbossas7/README.md#single-sign-on. (In reply to David Gutierrez from comment #5) > Login mechanism has been reviewed and fixed. Now, the application gives the > proper feedback to users when login fails. > > Github commit: > https://github.com/droolsjbpm/dashboard-builder/commit/ > 0ca31e83da1e52da657b243705c954420837d9bb > > As of SSO between kie-ide (renamed recently to kie-wb) and dashbuilder is > also working (tested on EAP 6.1 final). To get SSO running don't forget to > add the <sso/> tag to the EAP's standalone/configuration/standalone.xml file > as indicated here > https://github.com/droolsjbpm/dashboard-builder/blob/master/builder/src/main/ > jbossas7/README.md#single-sign-on. Single sign on configuration needs further investigation. I put this into ON_QA since the error seems fixed. Verified with dashbuilder build DR5 deployed on EAP 6.1 This BZ has been part of the 6.0.0 stream. |