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 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
