On 09.03.2013 14:45, Rainer Jung wrote: > - some Javadoc warnings ... > - new ones: > - java/org/apache/tomcat/util/buf/UEncoder.java:67: warning - > @param argument "buf" is not a parameter name.
Fixed in r1454831 (@param removed). > - two in package java/org/apache/tomcat/util/http/fileupload/disk/, > which are probably due to "javadoc: warning - Error fetching URL: > http://commons.apache.org/io/api-release/package-list". Indeed > that URL responds with a redirect and then a "Not Found". Fixed in r1454828 and r1454830 (URL update). > - Unit tests > - one error in TestB2CConverter due to an unexpected internal > charset "COMPOUND_TEXT" which we should exclude from the test. > All other charsets pass the test. Fixed in r1454837 ("COMPOUND_TEXT" excluded, comment added). > - one new SEVERE message 144 times with exception stack in Echo > servlet when running TestInputBuffer, details below. > It would be nice to get rid of that one. ... > "SEVERE: Servlet.service() for servlet [Echo] in context with path [] > threw exception" > > It happens in org.apache.catalina.connector.TestInputBuffer for all > connectors and the exception is > > [junit] java.nio.charset.MalformedInputException: Input length = 1 > [junit] at > java.nio.charset.CoderResult.throwException(CoderResult.java:260) > ... > > which wasn't there in the previous release. I verified that all of those belong to utf8 test cases which are marked as expecting an internal server error. So probably there's no way around those exception outputs during the test run. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org