Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.10.2
-
None
-
None
Description
Could we get rid of jspwiki.baseURL and calculate it on HttpServletRequest#getContextPath() ?
It's the only mandatory property you have to set for JSPWiki, so removing it would make installation much easier.
And, first and foremost, it makes JSPWiki only work on exactly this URL, i.e. you cannot use the same JSPWiki instance in an intranet and on the internet (e.g. wiki.firm.com and wiki.firm.private), neither with and without JK'ed Apache, neither SSL and non-SSL.
If you look at the source of https://jspwiki-wiki.apache.org/
there are not many places where the whole base url is used. So, I wonder, if context relative links could be sufficient.
Attachments
Attachments
Issue Links
- breaks
-
JSPWIKI-1044 URL in password recovery mail is relative while it should be absolute
- Closed
- is related to
-
JSPWIKI-1033 Incorrect relative navigations
- Closed
-
JSPWIKI-323 Problems with Plugins and RSS when 1 JSPWiki runs under 2 different domains
- Closed
-
JSPWIKI-1127 Get rid off jspwiki.referenceStyle
- Closed