Title | uncorrect default value in jspwiki.properties |
Date | 23-May-2007 09:12:24 EEST |
Version | 2.4.102 |
Submitter | 212.93.96.73 |
Bug criticality | LightBug |
Browser version | FireFox 2.0.0.3 |
Bug status | ClosedBug |
PageProvider used | |
Servlet Container | Glassfish (SJAS) |
Operating System | Linux (debian) 2.6.8-3-686 |
URL | |
Java version | 1.5.0_11 |
Here is a code from default jspwiki.properties :
############################################################################# # # Plugin search paths. # # Define here the packages you want to use for searching plugins, # separated with commas. # For example, use the following command to add "org.myorganisation.jspwiki.myplugins" # and "com.foobar.myplugins" to the search path. # # The default path is "com.ecyrd.jspwiki.plugins", and it will be always # the last item on the path. This allows you to override JSPWiki default # plugins. Note that you are only adding to the path, not replacing it (ie. # the default path is never removed.) # # jspwiki.plugin.searchPath = org.myorganisation.jspwiki.myplugins,com.foobar.myplugins # jspwiki.plugin.searchPath = ############################################################################# # # Page filters
When we use default path, than (for example) search does not work. That is because of wrong default path. The real path is:
The default path is "com.ecyrd.jspwiki.plugin" (without "s" in the end)
I spend a time for finding, why "search" does not work. :) Please, correct this in the next release.
P.S. Maybe, this is a reason, why do not work "Incoming Links" and "Outgoing Links"...
Well, this is just a small bug in the comments... It's been there for a couple of years, so I don't think it's impacting anything else :)
--JanneJalkanen, 24-May-2007
fixed
Add new attachment
Only authorized users are allowed to upload new attachments.