Skip to content

Commit

Permalink
BZ-1083001 - Business central redirects to wrong page after authoriza…
Browse files Browse the repository at this point in the history
…tion failed on logon

(cherry picked from commit fbaaf7d)
  • Loading branch information
mswiderski committed Apr 1, 2014
1 parent f77f579 commit 377a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kie-wb/kie-wb-webapp/src/main/webapp/not_authorized.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<div id="login-content">

<h3><i18n:message key="loginFailed">Login failed: Not Authorized</i18n:message></h3>
<form action="<%=request.getContextPath()%>/org.kie.workbench.drools.KIEDroolsWebapp/KIEDroolsWebapp.html" method="GET">
<form action="<%=request.getContextPath()%>/org.kie.workbench.KIEWebapp/KIEWebapp.html" method="GET">
<p>
<input class="button" type="submit" value='<i18n:message key="loginAsAnotherUser">Login as another user</i18n:message>'/>
</p>
Expand Down

0 comments on commit 377a047

Please sign in to comment.