Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
The problematic code is:
<a class="logout" href="${request.contextPath}/repository/?logout">Logout</a>
For local development, this works fine. However, when deployed behind httpd, typically the ${request.contextPath} should be ignored.
It will however be quite hard to know whether or not to include the context path.
Attachments
Issue Links
- is a result of
-
REPO-1001 Repository servlet improvements
- Closed