parentFolderPlaceholder default value in Settings implementation is
inconsistent with the javadoc
-------------------------------------------------------------------------------------------------
Key: WICKET-3650
URL: https://issues.apache.org/jira/browse/WICKET-3650
Project: Wicket
Issue Type: Bug
Components: wicket-core
Affects Versions: 1.5-RC3, 1.4.17
Reporter: Frédéric Donckels
Priority: Minor
In relation to wicket-1992,
the javadoc for:
org.apache.wicket.settings.IResourceSettings#setParentFolderPlaceholder
says:
"Note that by default the placeholder string is empty '' and thus will not
allow to access parent folders."
But the default is null, not ''
and this generates src url like this:
resources/com.test.sub.pack.TestPage/null/null/base/information.png
which do work, but probably shouldn't.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira