| Title | wiki:BaseURL broken when context root is not / |
| Date | 04-Mar-2005 16:10:55 EET |
| Version | 2.1.155 |
| Submitter | 83.79.144.225 |
| Bug criticality | CriticalBug |
| Browser version | IE, Opera |
| Bug status | ClosedBug |
| PageProvider used | VersioningFileProvider |
| Servlet Container | Tomcat |
| Operating System | Windows |
| URL | |
| Java version | 1.5 |
When JSPWiki is installed to a different context root than / for instance /JSPWiki the custom tag wiki:baseURL produces invalid URLs:
http://localhost
:8080/JSPWikitemplates/advanced/jspwiki_print.css
should be
http://localhost
:8080/JSPWiki/templates/advanced/jspwiki_print.css
All links where wiki:baseURL is used (stylesheets, images, rss, ...) are useless.
This is not a bug - it was my fault. -- IngoAdler