users@glassfish.java.net

Re: PWC4011 warnings

From: David Nedrow <dnedrow_at_mac.com>
Date: Fri, 27 Jun 2008 09:07:54 -0400

On Jun 25, 2008, at 6:37 PM, Jan.Luehe_at_Sun.COM wrote:

> David Nedrow wrote:
>
>> Running GlassFish v2ur2 within NetBeans, I get a large number of
>> the following messages from my application...
>>
>> PWC4011: Unable to set request character encoding to UTF-8 from
>> context /FilterRequest, because request parameters have already
>> been read, or ServletRequest.getReader() has already been called
>>
>>
> See http://wiki.glassfish.java.net/Wiki.jsp?page=FaqWebAppUnableToSetRequestCharEncoding
> for what is causing this message.


Thanks for the link. This must be something with Wicket then. I'll
poke around in their sources for the culprit(s).

-David