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 2017/04/03 07:15:41 UTC

[jira] [Resolved] (WICKET-6312) Possible bug. Element looks like id appearing sometimes in the path of ResourceReference.

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

Martin Grigorov resolved WICKET-6312.
-------------------------------------
    Resolution: Cannot Reproduce

> Possible bug. Element looks like id appearing sometimes  in the path of ResourceReference.
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-6312
>                 URL: https://issues.apache.org/jira/browse/WICKET-6312
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.21.0
>            Reporter: Aleksey
>            Priority: Minor
>
> In our program creates the resource
> {code}
>  public static final ResourceReference EXPANDED = new PackageResourceReference(Application.class,
>       "resources/img/menu/expanded.gif");
> {code}
> Most of the time everything works fine, but sometimes 1 time in 1-2 months, a warning message appears in the logs:
> {code}
> 2016-12-16 11:20:51,729 WARN WARN [org.apache.wicket.request.resource.ResourceReferenceRegistry/TP-Processor19] A ResourceReference wont be created for a resource with key [scope: com.example.Application; name: resources/img/me1ad7nu/expanded.gif; locale: null; style: null; variation: null] because it cannot be located.
> {code}
> I want to know the reason for which *1ad7* may appear in the URL. It looks like a strange and difficult reproducible bug.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)