You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "eugene borisevich (JIRA)" <ji...@apache.org> on 2015/05/27 11:23:18 UTC

[jira] [Created] (WICKET-5915) The application can not find /META-INF/wicket/**.properties on Windows systems

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)