[
https://issues.apache.org/jira/browse/WICKET-5915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560703#comment-14560703
]
ASF subversion and git services commented on WICKET-5915:
---------------------------------------------------------
Commit 548bcbe66fb0ffd7661c3ff78ba4b747aaa51c1b in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=548bcbe ]
WICKET-5915 The application can not find /META-INF/wicket/**.properties on
Windows systems
s/pathSeparatorChar/separatorChar/
> 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
> Assignee: Martin Grigorov
> Priority: Trivial
> Fix For: 7.0.0-M6
>
>
> 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)