Matthias Wessendorf said the following On 3/27/2009 12:11 AM PT:
Hi,

what do people think about this guy:
https://issues.apache.org/jira/browse/TRINIDAD-1434

A *possible* fix could be, to simple move this if:
<snip>
// If the encoding is already right, we can bail
if (encoding.equals(_encoding))
return;
</snip>

a little bit up, and only do the WARNING when the encoding is
different (after request parameters have been retrieved)...

I personally don't care that much, but every now and than, I am
getting bugs against the upload, because of this (bogus) warning...
;-)

-Matthias

I think that we should move the check up so that we send fewer spurious warnings.

-- Blake Sullivan

Reply via email to