[
https://issues.apache.org/jira/browse/JSPWIKI-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540537
]
Janne Jalkanen commented on JSPWIKI-22:
---------------------------------------
Well, there *is* a comment on baseURL that you should :)
The baseURL cannot be determined if a) there is no request object (which does
happen e.g. during initialization), or, more importantly, b) when the wiki is
behind a proxy or a firewall or a tunnel. Trust me, it's very useful.
Your baseURL must be wrong, by the way: it's missing the name of your wiki.
E.g.
jspwiki.baseURL = http://localhost:8080/JSPWiki/
Only if you put it in your ROOT, then the baseURL can be http://localhost:8080/
Closing this bug; it's a configuration issue.
> ShortURLConstructor broken
> --------------------------
>
> Key: JSPWIKI-22
> URL: https://issues.apache.org/jira/browse/JSPWIKI-22
> Project: JSPWiki
> Issue Type: Bug
> Components: Core & storage
> Affects Versions: 2.6.0
> Environment: apache-tomcat-6.0.14, java 6, XP
> Reporter: Jürgen Weber
> Priority: Blocker
> Fix For: 2.6.0
>
>
> Downloaded 2.5.149, unpacked with core pages, ran, fine.
> Changed jspwiki.urlConstructor to ShortURLConstructor.
> Now, navigation is broken: there is one wike element in the URL too much,
> also it seems the css cannot be found.
> http://localhost:8080/JSPWiki/wiki/wiki/OneMinuteWiki
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.