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 2010/10/13 20:31:33 UTC

[jira] Resolved: (WICKET-3103) RequestCycle logs something, when its intended for servlet container

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

Martin Grigorov resolved WICKET-3103.
-------------------------------------

    Resolution: Fixed

The log message level is decreased to debug with r1022225 

> RequestCycle logs something, when its intended for servlet container
> --------------------------------------------------------------------
>
>                 Key: WICKET-3103
>                 URL: https://issues.apache.org/jira/browse/WICKET-3103
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Nino Martinez
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-M3
>
>
> I have something where I reference an image directly in html, wicket has no idea what it should do with it so it passes the request to the servlet container.. It works as I wanted, but should it give an error message?
> html:
>  <img src="/images/icons/arrow_down_end.png"/>
> Log:
> ERROR [org.apache.wicket.request.cycle.RequestCycle]  - Unable to execute request. No suitable RequestHandler found. URL=images/icons/arrow_down_end.png

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.