Re: [1.4.6] WicketURLDecoder - No current Application found - defaulting encoding to UTF-8

2010-02-05 Thread Igor Vaynberg
looking at the code its using the Application class logger...strange,
i will fix in the branch.

private static final Logger log = LoggerFactory.getLogger(Application.class);

-igor

On Fri, Feb 5, 2010 at 12:02 AM, smallufo  wrote:
> 2010/2/5 Igor Vaynberg 
>
>> disable it in your logging configuration
>>
>> -igor
>>
>>
> I tried a lot of configurations , but http.WicketURLDecoder's warning still
> pops up...
>
> log4j.rootLogger=INFO, console
>
> log4j.appender.console=org.apache.log4j.ConsoleAppender
> log4j.appender.console.layout=org.apache.log4j.PatternLayout
> log4j.appender.console.layout.ConversionPattern=%d %-5p %C{2} - %m%n
>
> Then , I tried the following three configurations , but are all invalid ,
> WicketURLDecoder's warning still pops up :
> log4j.logger.org.apache.wicket.protocol.http.WicketURLDecoder=OFF
> log4j.org.apache.wicket.protocol.http.WicketURLDecoder=OFF
> log4j.logger.org.apache.wicket.protocol.http.WicketURLDecoder=ERROR ,
> console
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [1.4.6] WicketURLDecoder - No current Application found - defaulting encoding to UTF-8

2010-02-05 Thread smallufo
2010/2/5 Igor Vaynberg 

> disable it in your logging configuration
>
> -igor
>
>
I tried a lot of configurations , but http.WicketURLDecoder's warning still
pops up...

log4j.rootLogger=INFO, console

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d %-5p %C{2} - %m%n

Then , I tried the following three configurations , but are all invalid ,
WicketURLDecoder's warning still pops up :
log4j.logger.org.apache.wicket.protocol.http.WicketURLDecoder=OFF
log4j.org.apache.wicket.protocol.http.WicketURLDecoder=OFF
log4j.logger.org.apache.wicket.protocol.http.WicketURLDecoder=ERROR ,
console


Re: [1.4.6] WicketURLDecoder - No current Application found - defaulting encoding to UTF-8

2010-02-04 Thread Igor Vaynberg
disable it in your logging configuration

-igor

On Thu, Feb 4, 2010 at 8:13 PM, smallufo  wrote:
> After upgrading to 1.4.6 , it always pops up this warning :
>
> WARN  http.WicketURLDecoder - No current Application found - defaulting
> encoding to UTF-8
>
> It is ok in 1.4.5 , but I don't know why it has such warning in 1.4.6 .
> How to get rid of it ?
>
> Thanks ...
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[1.4.6] WicketURLDecoder - No current Application found - defaulting encoding to UTF-8

2010-02-04 Thread smallufo
After upgrading to 1.4.6 , it always pops up this warning :

WARN  http.WicketURLDecoder - No current Application found - defaulting
encoding to UTF-8

It is ok in 1.4.5 , but I don't know why it has such warning in 1.4.6 .
How to get rid of it ?

Thanks ...