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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14560685#comment-14560685 ] 

ASF subversion and git services commented on WICKET-5915:
---------------------------------------------------------

Commit f569ea57562feb1af98db493a24910918027c082 in wicket's branch refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=f569ea5 ]

WICKET-5915 The application can not find /META-INF/wicket/**.properties on Windows systems


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