Fix form action for approve.jsp for root contexts

pull/1046/merge
Leonard Brünings 2016-03-16 19:58:39 +01:00 committed by Justin Richer
parent 8e71107f9b
commit a8adcb1f6b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
</h1>
<form name="confirmationForm"
action="<%=request.getContextPath()%>/authorize" method="post">
action="${request.getContextPath().endsWith('/') ? request.getContextPath() : request.getContextPath().concat('/') }authorize" method="post">
<div class="row">
<div class="span5 offset1 well-small" style="text-align: left">