Ondra Žižka created WICKET-4667:
-----------------------------------

             Summary: Change WicketURLEncoder's "No current Application found" 
WARN to DEBUG
                 Key: WICKET-4667
                 URL: https://issues.apache.org/jira/browse/WICKET-4667
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.4.20
            Reporter: Ondra Žižka
            Priority: Minor


http://apache-wicket.1842946.n4.nabble.com/1-4-6-WicketURLDecoder-No-current-Application-found-defaulting-encoding-to-UTF-8-td1868361.html

{code:java}
                try {
                        app = Application.get();
                } catch (WicketRuntimeException ignored) {
                        log.warn("No current Application found - defaulting 
encoding to UTF-8");
                }
{code}

This WARN should change to DEBUG, or at least INFO.
Seeing WARNs during deployment is really distracting.

There's no way to fix, it simply happens during startup.

Giving up seeing other potential WARNs from the encoder by disabling in logging 
config doesn't seem right. 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to