Bug 1004208
| Summary: | When loging to dashbuilder with invalid credentials, not error message given to user | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> |
| Component: | BAM | Assignee: | Roger Martínez <romartin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> |
| Severity: | medium | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 6.0.0 | CC: | atangrin, pzapataf, rrajasek |
| Target Milestone: | ER4 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
The redirect for the incorrect login was incorrect.
Consequence:
The login jsp file did not capture the query string parameter correctly.
Fix:
Fixed redirect url to login.jsp
Result:
Invalid credentials message is displayed on failed login.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:12:54 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: | |||
|
Description
Jan Hrcek
2013-09-04 08:11:49 UTC
Fixed incorrect login redirect. Commit on master: https://github.com/droolsjbpm/dashboard-builder/commit/019ea3a64d7cb5492d983154e2b88f5e4aa74ce1 Commit on 6.x branch: https://github.com/droolsjbpm/dashboard-builder/commit/50ea4c634099ab5bbb7c68404f7a68bb7eb60ea2 I tried product ER2 build and the error is displayed, however in bad screen location (top left) and bad formatting. I guess it requires a bit of UI tweaking. In ER4 build, given this is overritten by the branding branch, it's not being applied and needs to be added. Ok, verified with BPMS 6.0.0 ER4 |