Title | ShortURLConstructor Mode does not work |
Date | 24-Feb-2006 14:56:24 EET |
Version | v2.3.81-cvs |
Submitter | 62.154.199.179 |
Bug criticality | BadBug |
Browser version | Firefox |
Bug status | ClosedBug |
PageProvider used | |
Servlet Container | apache-tomcat-5.5.15 |
Operating System | XP |
URL | |
Java version | Sun 1.5.0_06 |
With jspwiki.urlConstructor = ShortURLConstructor some things do not work:
Login does not work, the link is
[http://localhost:8080/JSPWiki/wiki/Login.jsp]]
This might be because the link is hardcoded in PageActions.jsp
All page links do not work, there is an additional wiki part in it:
[http://localhost:8080/JSPWiki/wiki/wiki/About]]
When you manually remove one wiki part, the link works.
With request.getContextPath() and request.getServletPath() this could be calculated right.
I think ShortURLConstructor like URLs are better than .jsp links for the reasons given in http://www.w3.org/TR/chips/#gl3
Oh, forgot, bug was reported by Jürgen
--Jürgen Weber, 24-Feb-2006
This should be fixed in latest 2.4 series.
Add new attachment
Only authorized users are allowed to upload new attachments.