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

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

     [ https://issues.apache.org/jira/browse/WICKET-5915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5915.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 7.0.0-M6
         Assignee: Martin Grigorov

Thank you!

> 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)