eugene borisevich created WICKET-5915:
-----------------------------------------
Summary: The application can not find
/META-INF/wicket/**.properties on Windows systems
Key: WICKET-5915
URL: https://issues.apache.org/jira/browse/WICKET-5915
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 7.0.0-M5
Environment: windows 7 java 7
Reporter: eugene borisevich
Priority: Trivial
Application.java
Line 556: fileName.contains("/META-INF/wicket/") return false on Windows
systems.
Use something like String.format("%sMETA-INF%swicket%s",
File.pathSeparatorChar);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)