--- src/main/resources/ini/jspwiki.properties.orig 2016-11-07 21:23:20.397485800 +0100 +++ src/main/resources/ini/jspwiki.properties 2016-12-11 22:41:36.913524000 +0100 @@ -36,19 +36,6 @@ jspwiki.applicationName = JSPWiki # -# Describe where your wiki lives (the real URL through which it is available -# through the internet/intranet). This is a mandatory attribute. -# -# Be careful if you use a localhost address (http://localhost/ or http://127.0.0.1/), -# as this will cause some unwanted side effects if your wiki is accessed from -# any other computer than where the wiki is running. -# -# Example: -# jspwiki.baseURL = http://jspwiki.apache.org/ -# -jspwiki.baseURL=http://localhost:8080/JSPWiki/ - -# # Which page provider class to use. Possibilities are: # # FileSystemProvider - for simple pure file storage with no version information