The plot thickens!  I created a local build from git using the 
7.0.28-4+deb7u10 tag.  Interestingly when I did that I was unable to 
reproduce the problem.  Originally I suspected that there was something 
wrong with my build.  But after some digging, I'm starting to suspect the 
official build.  Here's why...

Note that I have 7.0.28-4+deb7u10 installed on my system:

$ dpkg-query -W -f '${Version}\n' libtomcat7-java
7.0.28-4+deb7u10

Also that tomcat-coyote.jar is from that package:

$ dpkg-query -L libtomcat7-java | grep tomcat-coyote.jar
/usr/share/java/tomcat-coyote.jar
/usr/share/tomcat7/lib/tomcat-coyote.jar

(The first one is a symlink to the second one.)

I have attached two files, dist-tomcat-coyote-contents.txt and 
built-tomcat-coyote-contents.txt.  These files just contain the output of 
"unzip -t tomcat-coyote.jar".  Note that I chose that file because it 
contains the AbstractInputBuffer class.  I expected there to be no 
differences.  However, a diff of those files shows this:

$ diff dist-tomcat-coyote-contents.txt built-tomcat-coyote-contents.txt
1c1
< Archive:  /usr/share/tomcat7/lib/tomcat-coyote.jar
---
> Archive:  built-tomcat7-7.0.28-4+deb7u10/tomcat-coyote.jar
18,20d17
<     testing: org/apache/tomcat/util/codec/   OK
<     testing: org/apache/tomcat/util/codec/binary/   OK
<     testing: org/apache/tomcat/util/collections/   OK
37d33
<     testing: org/apache/tomcat/util/security/   OK
122d117
<     testing: org/apache/coyote/http11/filters/LocalStrings.properties OK
270,280d264
<     testing: org/apache/tomcat/util/codec/BinaryDecoder.class   OK
<     testing: org/apache/tomcat/util/codec/BinaryEncoder.class   OK
<     testing: org/apache/tomcat/util/codec/Decoder.class   OK
<     testing: org/apache/tomcat/util/codec/DecoderException.class   OK
<     testing: org/apache/tomcat/util/codec/Encoder.class   OK
<     testing: org/apache/tomcat/util/codec/EncoderException.class   OK
<     testing: org/apache/tomcat/util/codec/binary/Base64.class   OK
<     testing: 
org/apache/tomcat/util/codec/binary/BaseNCodec$Context.class   OK
<     testing: org/apache/tomcat/util/codec/binary/BaseNCodec.class   OK
<     testing: org/apache/tomcat/util/codec/binary/StringUtils.class   OK
<     testing: org/apache/tomcat/util/collections/ConcurrentCache.class OK
381c365,370
<     testing: 
org/apache/tomcat/util/http/parser/HttpParser$SkipConstantResult.class OK
---
>     testing: org/apache/tomcat/util/http/parser/AstAttribute.class   OK
>     testing: org/apache/tomcat/util/http/parser/AstMediaType.class   OK
>     testing: org/apache/tomcat/util/http/parser/AstParameter.class   OK
>     testing: org/apache/tomcat/util/http/parser/AstSubType.class   OK
>     testing: org/apache/tomcat/util/http/parser/AstType.class   OK
>     testing: org/apache/tomcat/util/http/parser/AstValue.class   OK
383,384c372,381
<     testing: org/apache/tomcat/util/http/parser/MediaType.class   OK
<     testing: org/apache/tomcat/util/http/parser/MediaTypeCache.class OK
---
>     testing: 
org/apache/tomcat/util/http/parser/HttpParserConstants.class   OK
>     testing: 
org/apache/tomcat/util/http/parser/HttpParserTokenManager.class   OK
>     testing: 
org/apache/tomcat/util/http/parser/HttpParserTreeConstants.class   OK
>     testing: org/apache/tomcat/util/http/parser/JJTHttpParserState.class 
  OK
>     testing: org/apache/tomcat/util/http/parser/Node.class   OK
>     testing: org/apache/tomcat/util/http/parser/ParseException.class OK
>     testing: org/apache/tomcat/util/http/parser/SimpleCharStream.class 
OK
>     testing: org/apache/tomcat/util/http/parser/SimpleNode.class   OK
>     testing: org/apache/tomcat/util/http/parser/Token.class   OK
>     testing: org/apache/tomcat/util/http/parser/TokenMgrError.class   OK
482,484d478
<     testing: org/apache/tomcat/util/security/PermissionCheck.class   OK
<     testing: org/apache/tomcat/util/security/PrivilegedGetTccl.class OK
<     testing: org/apache/tomcat/util/security/PrivilegedSetTccl.class OK
498c492
< No errors detected in compressed data of 
/usr/share/tomcat7/lib/tomcat-coyote.jar.
---
> No errors detected in compressed data of 
built-tomcat7-7.0.28-4+deb7u10/tomcat-coyote.jar.

The interesting thing about this to me is that some of those class files 
are supposed to be only in Tomcat 8 and not in Tomcat 7 (or only in Tomcat 
7 and not in Tomcat 8).

Is it possible that the build wasn't "clean" in that it contained some 
Tomcat 8 class files?  It certainly smells like that.

Thanks,
Allen




Archive:  /usr/share/tomcat7/lib/tomcat-coyote.jar
    testing: META-INF/                OK
    testing: META-INF/MANIFEST.MF     OK
    testing: org/                     OK
    testing: org/apache/              OK
    testing: org/apache/coyote/       OK
    testing: org/apache/coyote/ajp/   OK
    testing: org/apache/coyote/http11/   OK
    testing: org/apache/coyote/http11/filters/   OK
    testing: org/apache/coyote/http11/upgrade/   OK
    testing: org/apache/tomcat/       OK
    testing: org/apache/tomcat/jni/   OK
    testing: org/apache/tomcat/util/   OK
    testing: org/apache/tomcat/util/bcel/   OK
    testing: org/apache/tomcat/util/bcel/classfile/   OK
    testing: org/apache/tomcat/util/bcel/util/   OK
    testing: org/apache/tomcat/util/buf/   OK
    testing: org/apache/tomcat/util/codec/   OK
    testing: org/apache/tomcat/util/codec/binary/   OK
    testing: org/apache/tomcat/util/collections/   OK
    testing: org/apache/tomcat/util/digester/   OK
    testing: org/apache/tomcat/util/http/   OK
    testing: org/apache/tomcat/util/http/fileupload/   OK
    testing: org/apache/tomcat/util/http/fileupload/disk/   OK
    testing: org/apache/tomcat/util/http/fileupload/servlet/   OK
    testing: org/apache/tomcat/util/http/fileupload/util/   OK
    testing: org/apache/tomcat/util/http/mapper/   OK
    testing: org/apache/tomcat/util/http/parser/   OK
    testing: org/apache/tomcat/util/http/res/   OK
    testing: org/apache/tomcat/util/log/   OK
    testing: org/apache/tomcat/util/modeler/   OK
    testing: org/apache/tomcat/util/modeler/modules/   OK
    testing: org/apache/tomcat/util/net/   OK
    testing: org/apache/tomcat/util/net/jsse/   OK
    testing: org/apache/tomcat/util/net/jsse/res/   OK
    testing: org/apache/tomcat/util/net/res/   OK
    testing: org/apache/tomcat/util/security/   OK
    testing: org/apache/tomcat/util/threads/   OK
    testing: org/apache/tomcat/util/threads/res/   OK
    testing: org/apache/coyote/AbstractProcessor.class   OK
    testing: org/apache/coyote/AbstractProtocol$AbstractConnectionHandler.class 
  OK
    testing: org/apache/coyote/AbstractProtocol$RecycledProcessors.class   OK
    testing: org/apache/coyote/AbstractProtocol.class   OK
    testing: org/apache/coyote/ActionCode.class   OK
    testing: org/apache/coyote/ActionHook.class   OK
    testing: org/apache/coyote/Adapter.class   OK
    testing: org/apache/coyote/AsyncContextCallback.class   OK
    testing: org/apache/coyote/AsyncStateMachine$1.class   OK
    testing: org/apache/coyote/AsyncStateMachine$AsyncState.class   OK
    testing: org/apache/coyote/AsyncStateMachine$PrivilegedGetTccl.class   OK
    testing: org/apache/coyote/AsyncStateMachine$PrivilegedSetTccl.class   OK
    testing: org/apache/coyote/AsyncStateMachine.class   OK
    testing: org/apache/coyote/Constants.class   OK
    testing: org/apache/coyote/InputBuffer.class   OK
    testing: org/apache/coyote/LocalStrings.properties   OK
    testing: org/apache/coyote/OutputBuffer.class   OK
    testing: org/apache/coyote/Processor.class   OK
    testing: org/apache/coyote/ProtocolHandler.class   OK
    testing: org/apache/coyote/Request.class   OK
    testing: org/apache/coyote/RequestGroupInfo.class   OK
    testing: org/apache/coyote/RequestInfo.class   OK
    testing: org/apache/coyote/Response.class   OK
    testing: org/apache/coyote/ajp/AbstractAjpProcessor$SocketInputBuffer.class 
  OK
    testing: 
org/apache/coyote/ajp/AbstractAjpProcessor$SocketOutputBuffer.class   OK
    testing: org/apache/coyote/ajp/AbstractAjpProcessor.class   OK
    testing: 
org/apache/coyote/ajp/AbstractAjpProtocol$AbstractAjpConnectionHandler.class   
OK
    testing: org/apache/coyote/ajp/AbstractAjpProtocol.class   OK
    testing: org/apache/coyote/ajp/AjpAprProcessor.class   OK
    testing: org/apache/coyote/ajp/AjpAprProtocol$AjpConnectionHandler.class   
OK
    testing: org/apache/coyote/ajp/AjpAprProtocol.class   OK
    testing: org/apache/coyote/ajp/AjpMessage.class   OK
    testing: org/apache/coyote/ajp/AjpNioProcessor.class   OK
    testing: org/apache/coyote/ajp/AjpNioProtocol$AjpConnectionHandler.class   
OK
    testing: org/apache/coyote/ajp/AjpNioProtocol.class   OK
    testing: org/apache/coyote/ajp/AjpProcessor.class   OK
    testing: org/apache/coyote/ajp/AjpProtocol$AjpConnectionHandler.class   OK
    testing: org/apache/coyote/ajp/AjpProtocol.class   OK
    testing: org/apache/coyote/ajp/Constants.class   OK
    testing: org/apache/coyote/ajp/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/AbstractHttp11JsseProtocol.class   OK
    testing: org/apache/coyote/http11/AbstractHttp11Processor.class   OK
    testing: org/apache/coyote/http11/AbstractHttp11Protocol.class   OK
    testing: org/apache/coyote/http11/AbstractInputBuffer.class   OK
    testing: org/apache/coyote/http11/AbstractOutputBuffer$1.class   OK
    testing: org/apache/coyote/http11/AbstractOutputBuffer.class   OK
    testing: org/apache/coyote/http11/Constants.class   OK
    testing: org/apache/coyote/http11/Http11AprProcessor.class   OK
    testing: 
org/apache/coyote/http11/Http11AprProtocol$Http11ConnectionHandler.class   OK
    testing: org/apache/coyote/http11/Http11AprProtocol.class   OK
    testing: org/apache/coyote/http11/Http11NioProcessor.class   OK
    testing: 
org/apache/coyote/http11/Http11NioProtocol$Http11ConnectionHandler.class   OK
    testing: org/apache/coyote/http11/Http11NioProtocol.class   OK
    testing: org/apache/coyote/http11/Http11Processor.class   OK
    testing: 
org/apache/coyote/http11/Http11Protocol$Http11ConnectionHandler.class   OK
    testing: org/apache/coyote/http11/Http11Protocol.class   OK
    testing: org/apache/coyote/http11/InputFilter.class   OK
    testing: 
org/apache/coyote/http11/InternalAprInputBuffer$SocketInputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalAprInputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalAprOutputBuffer$SocketOutputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalAprOutputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalInputBuffer$InputStreamInputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalInputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$HeaderParseData.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$HeaderParsePosition.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$HeaderParseStatus.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$SocketInputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalNioInputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalNioOutputBuffer$SocketOutputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalNioOutputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalOutputBuffer$OutputStreamOutputBuffer.class   
OK
    testing: org/apache/coyote/http11/InternalOutputBuffer.class   OK
    testing: org/apache/coyote/http11/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/OutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/BufferedInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/ChunkedInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/ChunkedOutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/FlushableGZIPOutputStream.class   
OK
    testing: 
org/apache/coyote/http11/filters/GzipOutputFilter$FakeOutputStream.class   OK
    testing: org/apache/coyote/http11/filters/GzipOutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/IdentityInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/IdentityOutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/filters/SavedRequestInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/VoidInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/VoidOutputFilter.class   OK
    testing: org/apache/coyote/http11/upgrade/Constants.class   OK
    testing: org/apache/coyote/http11/upgrade/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeAprProcessor.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeBioProcessor.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeInbound.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeNioProcessor.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeOutbound.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeProcessor.class   OK
    testing: org/apache/tomcat/jni/Address.class   OK
    testing: org/apache/tomcat/jni/BIOCallback.class   OK
    testing: org/apache/tomcat/jni/Directory.class   OK
    testing: org/apache/tomcat/jni/Error.class   OK
    testing: org/apache/tomcat/jni/File.class   OK
    testing: org/apache/tomcat/jni/FileInfo.class   OK
    testing: org/apache/tomcat/jni/Global.class   OK
    testing: org/apache/tomcat/jni/Library.class   OK
    testing: org/apache/tomcat/jni/Local.class   OK
    testing: org/apache/tomcat/jni/Lock.class   OK
    testing: org/apache/tomcat/jni/Mmap.class   OK
    testing: org/apache/tomcat/jni/Multicast.class   OK
    testing: org/apache/tomcat/jni/OS.class   OK
    testing: org/apache/tomcat/jni/PasswordCallback.class   OK
    testing: org/apache/tomcat/jni/Poll.class   OK
    testing: org/apache/tomcat/jni/Pool.class   OK
    testing: org/apache/tomcat/jni/PoolCallback.class   OK
    testing: org/apache/tomcat/jni/Proc.class   OK
    testing: org/apache/tomcat/jni/ProcErrorCallback.class   OK
    testing: org/apache/tomcat/jni/Procattr.class   OK
    testing: org/apache/tomcat/jni/Registry.class   OK
    testing: org/apache/tomcat/jni/SSL.class   OK
    testing: org/apache/tomcat/jni/SSLContext.class   OK
    testing: org/apache/tomcat/jni/SSLSocket.class   OK
    testing: org/apache/tomcat/jni/Shm.class   OK
    testing: org/apache/tomcat/jni/Sockaddr.class   OK
    testing: org/apache/tomcat/jni/Socket.class   OK
    testing: org/apache/tomcat/jni/Status.class   OK
    testing: org/apache/tomcat/jni/Stdlib.class   OK
    testing: org/apache/tomcat/jni/Time.class   OK
    testing: org/apache/tomcat/jni/User.class   OK
    testing: org/apache/tomcat/util/DomUtil$NullResolver.class   OK
    testing: org/apache/tomcat/util/DomUtil.class   OK
    testing: org/apache/tomcat/util/ExceptionUtils.class   OK
    testing: org/apache/tomcat/util/IntrospectionUtils$1.class   OK
    testing: org/apache/tomcat/util/IntrospectionUtils$AttributeHolder.class   
OK
    testing: org/apache/tomcat/util/IntrospectionUtils$PropertySource.class   OK
    testing: org/apache/tomcat/util/IntrospectionUtils.class   OK
    testing: org/apache/tomcat/util/MutableInteger.class   OK
    testing: org/apache/tomcat/util/bcel/Constants.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AccessFlags.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AnnotationDefault.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AnnotationElementValue.class 
  OK
    testing: org/apache/tomcat/util/bcel/classfile/AnnotationEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Annotations.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ArrayElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Attribute.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AttributeReader.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ClassElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ClassFormatException.class   
OK
    testing: org/apache/tomcat/util/bcel/classfile/ClassParser.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Code.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/CodeException.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Constant$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Constant.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantCP.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantClass.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantDouble.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantFieldref.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantFloat.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantInteger.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/ConstantInterfaceMethodref.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantLong.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantMethodref.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantNameAndType.class   
OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantPool.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantString.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantUtf8.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Deprecated.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ElementValuePair.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/EnclosingMethod.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/EnumElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ExceptionTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Field$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Field.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/FieldOrMethod.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/InnerClass.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/InnerClasses.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/JavaClass$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/JavaClass.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LineNumber.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LineNumberTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LocalVariable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LocalVariableTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.class 
  OK
    testing: org/apache/tomcat/util/bcel/classfile/Method$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Method.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/PMGClass.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/ParameterAnnotationEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ParameterAnnotations.class   
OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.class
   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeVisibleParameterAnnotations.class  
 OK
    testing: org/apache/tomcat/util/bcel/classfile/Signature.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/SimpleElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/SourceFile.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMap.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapType.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Synthetic.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Unknown.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Utility$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Utility.class   OK
    testing: org/apache/tomcat/util/bcel/util/BCELComparator.class   OK
    testing: 
org/apache/tomcat/util/bcel/util/ByteSequence$ByteArrayStream.class   OK
    testing: org/apache/tomcat/util/bcel/util/ByteSequence.class   OK
    testing: org/apache/tomcat/util/buf/Ascii.class   OK
    testing: org/apache/tomcat/util/buf/B2CConverter.class   OK
    testing: org/apache/tomcat/util/buf/ByteChunk$ByteInputChannel.class   OK
    testing: org/apache/tomcat/util/buf/ByteChunk$ByteOutputChannel.class   OK
    testing: org/apache/tomcat/util/buf/ByteChunk.class   OK
    testing: org/apache/tomcat/util/buf/C2BConverter.class   OK
    testing: org/apache/tomcat/util/buf/CharChunk$CharInputChannel.class   OK
    testing: org/apache/tomcat/util/buf/CharChunk$CharOutputChannel.class   OK
    testing: org/apache/tomcat/util/buf/CharChunk.class   OK
    testing: org/apache/tomcat/util/buf/Constants.class   OK
    testing: org/apache/tomcat/util/buf/HexUtils.class   OK
    testing: org/apache/tomcat/util/buf/IntermediateInputStream.class   OK
    testing: org/apache/tomcat/util/buf/IntermediateOutputStream.class   OK
    testing: org/apache/tomcat/util/buf/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/buf/MessageBytes$1.class   OK
    testing: org/apache/tomcat/util/buf/MessageBytes$MessageBytesFactory.class  
 OK
    testing: org/apache/tomcat/util/buf/MessageBytes.class   OK
    testing: org/apache/tomcat/util/buf/ReadConvertor.class   OK
    testing: org/apache/tomcat/util/buf/StringCache$ByteEntry.class   OK
    testing: org/apache/tomcat/util/buf/StringCache$CharEntry.class   OK
    testing: org/apache/tomcat/util/buf/StringCache.class   OK
    testing: org/apache/tomcat/util/buf/UDecoder$DecodeException.class   OK
    testing: org/apache/tomcat/util/buf/UDecoder.class   OK
    testing: org/apache/tomcat/util/buf/UEncoder.class   OK
    testing: org/apache/tomcat/util/buf/WriteConvertor.class   OK
    testing: org/apache/tomcat/util/codec/BinaryDecoder.class   OK
    testing: org/apache/tomcat/util/codec/BinaryEncoder.class   OK
    testing: org/apache/tomcat/util/codec/Decoder.class   OK
    testing: org/apache/tomcat/util/codec/DecoderException.class   OK
    testing: org/apache/tomcat/util/codec/Encoder.class   OK
    testing: org/apache/tomcat/util/codec/EncoderException.class   OK
    testing: org/apache/tomcat/util/codec/binary/Base64.class   OK
    testing: org/apache/tomcat/util/codec/binary/BaseNCodec$Context.class   OK
    testing: org/apache/tomcat/util/codec/binary/BaseNCodec.class   OK
    testing: org/apache/tomcat/util/codec/binary/StringUtils.class   OK
    testing: org/apache/tomcat/util/collections/ConcurrentCache.class   OK
    testing: 
org/apache/tomcat/util/digester/AbstractObjectCreationFactory.class   OK
    testing: org/apache/tomcat/util/digester/ArrayStack.class   OK
    testing: org/apache/tomcat/util/digester/CallMethodRule.class   OK
    testing: org/apache/tomcat/util/digester/CallParamRule.class   OK
    testing: org/apache/tomcat/util/digester/Digester$1.class   OK
    testing: 
org/apache/tomcat/util/digester/Digester$SystemPropertySource.class   OK
    testing: org/apache/tomcat/util/digester/Digester.class   OK
    testing: org/apache/tomcat/util/digester/FactoryCreateRule.class   OK
    testing: org/apache/tomcat/util/digester/GenericParser.class   OK
    testing: org/apache/tomcat/util/digester/NodeCreateRule$NodeBuilder.class   
OK
    testing: org/apache/tomcat/util/digester/NodeCreateRule.class   OK
    testing: org/apache/tomcat/util/digester/ObjectCreateRule.class   OK
    testing: org/apache/tomcat/util/digester/ObjectCreationFactory.class   OK
    testing: org/apache/tomcat/util/digester/ObjectParamRule.class   OK
    testing: org/apache/tomcat/util/digester/ParserFeatureSetterFactory.class   
OK
    testing: org/apache/tomcat/util/digester/PathCallParamRule.class   OK
    testing: org/apache/tomcat/util/digester/Rule.class   OK
    testing: org/apache/tomcat/util/digester/RuleSet.class   OK
    testing: org/apache/tomcat/util/digester/RuleSetBase.class   OK
    testing: org/apache/tomcat/util/digester/Rules.class   OK
    testing: org/apache/tomcat/util/digester/RulesBase.class   OK
    testing: org/apache/tomcat/util/digester/SetNextRule.class   OK
    testing: org/apache/tomcat/util/digester/SetPropertiesRule.class   OK
    testing: org/apache/tomcat/util/digester/SetPropertyRule.class   OK
    testing: org/apache/tomcat/util/digester/SetRootRule.class   OK
    testing: org/apache/tomcat/util/digester/SetTopRule.class   OK
    testing: org/apache/tomcat/util/digester/WithDefaultsRulesWrapper.class   OK
    testing: org/apache/tomcat/util/digester/XercesParser.class   OK
    testing: org/apache/tomcat/util/http/ContentType.class   OK
    testing: org/apache/tomcat/util/http/CookieSupport.class   OK
    testing: org/apache/tomcat/util/http/Cookies$1.class   OK
    testing: org/apache/tomcat/util/http/Cookies.class   OK
    testing: org/apache/tomcat/util/http/FastHttpDateFormat.class   OK
    testing: org/apache/tomcat/util/http/HttpMessages.class   OK
    testing: org/apache/tomcat/util/http/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/http/MimeHeaderField.class   OK
    testing: org/apache/tomcat/util/http/MimeHeaders.class   OK
    testing: org/apache/tomcat/util/http/NamesEnumerator.class   OK
    testing: org/apache/tomcat/util/http/Parameters$1.class   OK
    testing: org/apache/tomcat/util/http/Parameters.class   OK
    testing: org/apache/tomcat/util/http/RequestUtil.class   OK
    testing: org/apache/tomcat/util/http/ServerCookie$1.class   OK
    testing: org/apache/tomcat/util/http/ServerCookie.class   OK
    testing: org/apache/tomcat/util/http/ValuesEnumerator.class   OK
    testing: org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.class 
  OK
    testing: 
org/apache/tomcat/util/http/fileupload/DeferredFileOutputStream.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileCleaningTracker$Reaper.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileCleaningTracker$Tracker.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileCleaningTracker.class   
OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileDeleteStrategy$ForceFileDeleteStrategy.class
   OK
    testing: org/apache/tomcat/util/http/fileupload/FileDeleteStrategy.class   
OK
    testing: org/apache/tomcat/util/http/fileupload/FileItem.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemFactory.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemHeaders.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileItemHeadersSupport.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemIterator.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileItemStream$ItemSkippedException.class
   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileUpload.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl$1.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl$FileItemStreamImpl$1.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl$FileItemStreamImpl.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileSizeLimitExceededException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileUploadIOException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$IOFileUploadException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$InvalidContentTypeException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$SizeException.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$SizeLimitExceededException.class
   OK
    testing: org/apache/tomcat/util/http/fileupload/FileUploadBase.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileUploadException.class   
OK
    testing: org/apache/tomcat/util/http/fileupload/FileUtils.class   OK
    testing: org/apache/tomcat/util/http/fileupload/IOUtils.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/InvalidFileNameException.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$IllegalBoundaryException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$ItemInputStream.class   
OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$MalformedStreamException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$ProgressNotifier.class   
OK
    testing: org/apache/tomcat/util/http/fileupload/MultipartStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/ParameterParser.class   OK
    testing: org/apache/tomcat/util/http/fileupload/ProgressListener.class   OK
    testing: org/apache/tomcat/util/http/fileupload/RequestContext.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/ThresholdingOutputStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/disk/DiskFileItemFactory.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/servlet/ServletFileUpload.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/servlet/ServletRequestContext.class   OK
    testing: org/apache/tomcat/util/http/fileupload/util/Closeable.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/util/FileItemHeadersImpl.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/util/LimitedInputStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/util/Streams.class   OK
    testing: org/apache/tomcat/util/http/mapper/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$Context.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$ContextList.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$ContextVersion.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$Host.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$MapElement.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$Wrapper.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper.class   OK
    testing: org/apache/tomcat/util/http/mapper/MappingData.class   OK
    testing: 
org/apache/tomcat/util/http/parser/HttpParser$SkipConstantResult.class   OK
    testing: org/apache/tomcat/util/http/parser/HttpParser.class   OK
    testing: org/apache/tomcat/util/http/parser/MediaType.class   OK
    testing: org/apache/tomcat/util/http/parser/MediaTypeCache.class   OK
    testing: org/apache/tomcat/util/http/res/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/log/CaptureLog.class   OK
    testing: org/apache/tomcat/util/log/SystemLogHandler.class   OK
    testing: org/apache/tomcat/util/log/UserDataHelper$Config.class   OK
    testing: org/apache/tomcat/util/log/UserDataHelper$Mode.class   OK
    testing: org/apache/tomcat/util/log/UserDataHelper.class   OK
    testing: org/apache/tomcat/util/modeler/AttributeInfo.class   OK
    testing: org/apache/tomcat/util/modeler/BaseAttributeFilter.class   OK
    testing: org/apache/tomcat/util/modeler/BaseModelMBean$MethodKey.class   OK
    testing: org/apache/tomcat/util/modeler/BaseModelMBean.class   OK
    testing: org/apache/tomcat/util/modeler/BaseNotificationBroadcaster.class   
OK
    testing: 
org/apache/tomcat/util/modeler/BaseNotificationBroadcasterEntry.class   OK
    testing: org/apache/tomcat/util/modeler/ConstructorInfo.class   OK
    testing: org/apache/tomcat/util/modeler/FeatureInfo.class   OK
    testing: org/apache/tomcat/util/modeler/FixedNotificationFilter.class   OK
    testing: org/apache/tomcat/util/modeler/ManagedBean.class   OK
    testing: org/apache/tomcat/util/modeler/NotificationInfo.class   OK
    testing: org/apache/tomcat/util/modeler/OperationInfo.class   OK
    testing: org/apache/tomcat/util/modeler/ParameterInfo.class   OK
    testing: org/apache/tomcat/util/modeler/Registry.class   OK
    testing: org/apache/tomcat/util/modeler/RegistryMBean.class   OK
    testing: org/apache/tomcat/util/modeler/mbeans-descriptors.dtd   OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDOMSource.class   OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.class   
OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsIntrospectionSource.class
   OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsSerSource.class   OK
    testing: org/apache/tomcat/util/modeler/modules/MbeansSource.class   OK
    testing: org/apache/tomcat/util/modeler/modules/MbeansSourceMBean.class   OK
    testing: org/apache/tomcat/util/modeler/modules/ModelerSource.class   OK
    testing: 
org/apache/tomcat/util/net/AbstractEndpoint$Acceptor$AcceptorState.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint$BindState.class   OK
    testing: 
org/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$AsyncTimeout.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Poller.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$PrivilegedSetTccl.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Sendfile.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$SendfileData.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$SocketEventProcessor.class  
 OK
    testing: org/apache/tomcat/util/net/AprEndpoint$SocketProcessor.class   OK
    testing: 
org/apache/tomcat/util/net/AprEndpoint$SocketWithOptionsProcessor.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint.class   OK
    testing: org/apache/tomcat/util/net/Constants.class   OK
    testing: org/apache/tomcat/util/net/DefaultServerSocketFactory.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$AsyncTimeout.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$PrivilegedSetTccl.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$SocketProcessor.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint.class   OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller$1.class 
  OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller$2.class 
  OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller$3.class 
  OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller.class   
OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$KeyReference.class  
 OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector.class   OK
    testing: org/apache/tomcat/util/net/NioChannel.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$1.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$2.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$3.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$4.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$KeyAttachment.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$NioBufferHandler.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$Poller.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$PollerEvent.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$SendfileData.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$SocketProcessor.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint.class   OK
    testing: org/apache/tomcat/util/net/NioSelectorPool.class   OK
    testing: org/apache/tomcat/util/net/SSLImplementation.class   OK
    testing: org/apache/tomcat/util/net/SSLSessionManager.class   OK
    testing: org/apache/tomcat/util/net/SSLSupport$CipherData.class   OK
    testing: org/apache/tomcat/util/net/SSLSupport.class   OK
    testing: org/apache/tomcat/util/net/SSLUtil.class   OK
    testing: org/apache/tomcat/util/net/SecureNioChannel$1.class   OK
    testing: 
org/apache/tomcat/util/net/SecureNioChannel$ApplicationBufferHandler.class   OK
    testing: org/apache/tomcat/util/net/SecureNioChannel.class   OK
    testing: org/apache/tomcat/util/net/ServerSocketFactory.class   OK
    testing: org/apache/tomcat/util/net/SocketProperties.class   OK
    testing: org/apache/tomcat/util/net/SocketStatus.class   OK
    testing: org/apache/tomcat/util/net/SocketWrapper.class   OK
    testing: org/apache/tomcat/util/net/URL.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSEImplementation.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSEKeyManager.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESocketFactory.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESupport$1.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESupport$Listener.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESupport.class   OK
    testing: org/apache/tomcat/util/net/jsse/NioX509KeyManager.class   OK
    testing: org/apache/tomcat/util/net/jsse/res/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/net/res/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/security/PermissionCheck.class   OK
    testing: org/apache/tomcat/util/security/PrivilegedGetTccl.class   OK
    testing: org/apache/tomcat/util/security/PrivilegedSetTccl.class   OK
    testing: org/apache/tomcat/util/threads/Constants.class   OK
    testing: org/apache/tomcat/util/threads/LimitLatch$Sync.class   OK
    testing: org/apache/tomcat/util/threads/LimitLatch.class   OK
    testing: org/apache/tomcat/util/threads/ResizableExecutor.class   OK
    testing: org/apache/tomcat/util/threads/TaskQueue.class   OK
    testing: org/apache/tomcat/util/threads/TaskThread.class   OK
    testing: org/apache/tomcat/util/threads/TaskThreadFactory.class   OK
    testing: org/apache/tomcat/util/threads/ThreadPoolExecutor$1.class   OK
    testing: 
org/apache/tomcat/util/threads/ThreadPoolExecutor$RejectHandler.class   OK
    testing: org/apache/tomcat/util/threads/ThreadPoolExecutor.class   OK
    testing: org/apache/tomcat/util/threads/res/LocalStrings.properties   OK
    testing: META-INF/NOTICE          OK
    testing: META-INF/LICENSE         OK
No errors detected in compressed data of 
/usr/share/tomcat7/lib/tomcat-coyote.jar.

Archive:  built-tomcat7-7.0.28-4+deb7u10/tomcat-coyote.jar
    testing: META-INF/                OK
    testing: META-INF/MANIFEST.MF     OK
    testing: org/                     OK
    testing: org/apache/              OK
    testing: org/apache/coyote/       OK
    testing: org/apache/coyote/ajp/   OK
    testing: org/apache/coyote/http11/   OK
    testing: org/apache/coyote/http11/filters/   OK
    testing: org/apache/coyote/http11/upgrade/   OK
    testing: org/apache/tomcat/       OK
    testing: org/apache/tomcat/jni/   OK
    testing: org/apache/tomcat/util/   OK
    testing: org/apache/tomcat/util/bcel/   OK
    testing: org/apache/tomcat/util/bcel/classfile/   OK
    testing: org/apache/tomcat/util/bcel/util/   OK
    testing: org/apache/tomcat/util/buf/   OK
    testing: org/apache/tomcat/util/digester/   OK
    testing: org/apache/tomcat/util/http/   OK
    testing: org/apache/tomcat/util/http/fileupload/   OK
    testing: org/apache/tomcat/util/http/fileupload/disk/   OK
    testing: org/apache/tomcat/util/http/fileupload/servlet/   OK
    testing: org/apache/tomcat/util/http/fileupload/util/   OK
    testing: org/apache/tomcat/util/http/mapper/   OK
    testing: org/apache/tomcat/util/http/parser/   OK
    testing: org/apache/tomcat/util/http/res/   OK
    testing: org/apache/tomcat/util/log/   OK
    testing: org/apache/tomcat/util/modeler/   OK
    testing: org/apache/tomcat/util/modeler/modules/   OK
    testing: org/apache/tomcat/util/net/   OK
    testing: org/apache/tomcat/util/net/jsse/   OK
    testing: org/apache/tomcat/util/net/jsse/res/   OK
    testing: org/apache/tomcat/util/net/res/   OK
    testing: org/apache/tomcat/util/threads/   OK
    testing: org/apache/tomcat/util/threads/res/   OK
    testing: org/apache/coyote/AbstractProcessor.class   OK
    testing: org/apache/coyote/AbstractProtocol$AbstractConnectionHandler.class 
  OK
    testing: org/apache/coyote/AbstractProtocol$RecycledProcessors.class   OK
    testing: org/apache/coyote/AbstractProtocol.class   OK
    testing: org/apache/coyote/ActionCode.class   OK
    testing: org/apache/coyote/ActionHook.class   OK
    testing: org/apache/coyote/Adapter.class   OK
    testing: org/apache/coyote/AsyncContextCallback.class   OK
    testing: org/apache/coyote/AsyncStateMachine$1.class   OK
    testing: org/apache/coyote/AsyncStateMachine$AsyncState.class   OK
    testing: org/apache/coyote/AsyncStateMachine$PrivilegedGetTccl.class   OK
    testing: org/apache/coyote/AsyncStateMachine$PrivilegedSetTccl.class   OK
    testing: org/apache/coyote/AsyncStateMachine.class   OK
    testing: org/apache/coyote/Constants.class   OK
    testing: org/apache/coyote/InputBuffer.class   OK
    testing: org/apache/coyote/LocalStrings.properties   OK
    testing: org/apache/coyote/OutputBuffer.class   OK
    testing: org/apache/coyote/Processor.class   OK
    testing: org/apache/coyote/ProtocolHandler.class   OK
    testing: org/apache/coyote/Request.class   OK
    testing: org/apache/coyote/RequestGroupInfo.class   OK
    testing: org/apache/coyote/RequestInfo.class   OK
    testing: org/apache/coyote/Response.class   OK
    testing: org/apache/coyote/ajp/AbstractAjpProcessor$SocketInputBuffer.class 
  OK
    testing: 
org/apache/coyote/ajp/AbstractAjpProcessor$SocketOutputBuffer.class   OK
    testing: org/apache/coyote/ajp/AbstractAjpProcessor.class   OK
    testing: 
org/apache/coyote/ajp/AbstractAjpProtocol$AbstractAjpConnectionHandler.class   
OK
    testing: org/apache/coyote/ajp/AbstractAjpProtocol.class   OK
    testing: org/apache/coyote/ajp/AjpAprProcessor.class   OK
    testing: org/apache/coyote/ajp/AjpAprProtocol$AjpConnectionHandler.class   
OK
    testing: org/apache/coyote/ajp/AjpAprProtocol.class   OK
    testing: org/apache/coyote/ajp/AjpMessage.class   OK
    testing: org/apache/coyote/ajp/AjpNioProcessor.class   OK
    testing: org/apache/coyote/ajp/AjpNioProtocol$AjpConnectionHandler.class   
OK
    testing: org/apache/coyote/ajp/AjpNioProtocol.class   OK
    testing: org/apache/coyote/ajp/AjpProcessor.class   OK
    testing: org/apache/coyote/ajp/AjpProtocol$AjpConnectionHandler.class   OK
    testing: org/apache/coyote/ajp/AjpProtocol.class   OK
    testing: org/apache/coyote/ajp/Constants.class   OK
    testing: org/apache/coyote/ajp/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/AbstractHttp11JsseProtocol.class   OK
    testing: org/apache/coyote/http11/AbstractHttp11Processor.class   OK
    testing: org/apache/coyote/http11/AbstractHttp11Protocol.class   OK
    testing: org/apache/coyote/http11/AbstractInputBuffer.class   OK
    testing: org/apache/coyote/http11/AbstractOutputBuffer$1.class   OK
    testing: org/apache/coyote/http11/AbstractOutputBuffer.class   OK
    testing: org/apache/coyote/http11/Constants.class   OK
    testing: org/apache/coyote/http11/Http11AprProcessor.class   OK
    testing: 
org/apache/coyote/http11/Http11AprProtocol$Http11ConnectionHandler.class   OK
    testing: org/apache/coyote/http11/Http11AprProtocol.class   OK
    testing: org/apache/coyote/http11/Http11NioProcessor.class   OK
    testing: 
org/apache/coyote/http11/Http11NioProtocol$Http11ConnectionHandler.class   OK
    testing: org/apache/coyote/http11/Http11NioProtocol.class   OK
    testing: org/apache/coyote/http11/Http11Processor.class   OK
    testing: 
org/apache/coyote/http11/Http11Protocol$Http11ConnectionHandler.class   OK
    testing: org/apache/coyote/http11/Http11Protocol.class   OK
    testing: org/apache/coyote/http11/InputFilter.class   OK
    testing: 
org/apache/coyote/http11/InternalAprInputBuffer$SocketInputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalAprInputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalAprOutputBuffer$SocketOutputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalAprOutputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalInputBuffer$InputStreamInputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalInputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$HeaderParseData.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$HeaderParsePosition.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$HeaderParseStatus.class   OK
    testing: 
org/apache/coyote/http11/InternalNioInputBuffer$SocketInputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalNioInputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalNioOutputBuffer$SocketOutputBuffer.class   OK
    testing: org/apache/coyote/http11/InternalNioOutputBuffer.class   OK
    testing: 
org/apache/coyote/http11/InternalOutputBuffer$OutputStreamOutputBuffer.class   
OK
    testing: org/apache/coyote/http11/InternalOutputBuffer.class   OK
    testing: org/apache/coyote/http11/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/OutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/BufferedInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/ChunkedInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/ChunkedOutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/FlushableGZIPOutputStream.class   
OK
    testing: 
org/apache/coyote/http11/filters/GzipOutputFilter$FakeOutputStream.class   OK
    testing: org/apache/coyote/http11/filters/GzipOutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/IdentityInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/IdentityOutputFilter.class   OK
    testing: org/apache/coyote/http11/filters/SavedRequestInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/VoidInputFilter.class   OK
    testing: org/apache/coyote/http11/filters/VoidOutputFilter.class   OK
    testing: org/apache/coyote/http11/upgrade/Constants.class   OK
    testing: org/apache/coyote/http11/upgrade/LocalStrings.properties   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeAprProcessor.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeBioProcessor.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeInbound.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeNioProcessor.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeOutbound.class   OK
    testing: org/apache/coyote/http11/upgrade/UpgradeProcessor.class   OK
    testing: org/apache/tomcat/jni/Address.class   OK
    testing: org/apache/tomcat/jni/BIOCallback.class   OK
    testing: org/apache/tomcat/jni/Directory.class   OK
    testing: org/apache/tomcat/jni/Error.class   OK
    testing: org/apache/tomcat/jni/File.class   OK
    testing: org/apache/tomcat/jni/FileInfo.class   OK
    testing: org/apache/tomcat/jni/Global.class   OK
    testing: org/apache/tomcat/jni/Library.class   OK
    testing: org/apache/tomcat/jni/Local.class   OK
    testing: org/apache/tomcat/jni/Lock.class   OK
    testing: org/apache/tomcat/jni/Mmap.class   OK
    testing: org/apache/tomcat/jni/Multicast.class   OK
    testing: org/apache/tomcat/jni/OS.class   OK
    testing: org/apache/tomcat/jni/PasswordCallback.class   OK
    testing: org/apache/tomcat/jni/Poll.class   OK
    testing: org/apache/tomcat/jni/Pool.class   OK
    testing: org/apache/tomcat/jni/PoolCallback.class   OK
    testing: org/apache/tomcat/jni/Proc.class   OK
    testing: org/apache/tomcat/jni/ProcErrorCallback.class   OK
    testing: org/apache/tomcat/jni/Procattr.class   OK
    testing: org/apache/tomcat/jni/Registry.class   OK
    testing: org/apache/tomcat/jni/SSL.class   OK
    testing: org/apache/tomcat/jni/SSLContext.class   OK
    testing: org/apache/tomcat/jni/SSLSocket.class   OK
    testing: org/apache/tomcat/jni/Shm.class   OK
    testing: org/apache/tomcat/jni/Sockaddr.class   OK
    testing: org/apache/tomcat/jni/Socket.class   OK
    testing: org/apache/tomcat/jni/Status.class   OK
    testing: org/apache/tomcat/jni/Stdlib.class   OK
    testing: org/apache/tomcat/jni/Time.class   OK
    testing: org/apache/tomcat/jni/User.class   OK
    testing: org/apache/tomcat/util/DomUtil$NullResolver.class   OK
    testing: org/apache/tomcat/util/DomUtil.class   OK
    testing: org/apache/tomcat/util/ExceptionUtils.class   OK
    testing: org/apache/tomcat/util/IntrospectionUtils$1.class   OK
    testing: org/apache/tomcat/util/IntrospectionUtils$AttributeHolder.class   
OK
    testing: org/apache/tomcat/util/IntrospectionUtils$PropertySource.class   OK
    testing: org/apache/tomcat/util/IntrospectionUtils.class   OK
    testing: org/apache/tomcat/util/MutableInteger.class   OK
    testing: org/apache/tomcat/util/bcel/Constants.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AccessFlags.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AnnotationDefault.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AnnotationElementValue.class 
  OK
    testing: org/apache/tomcat/util/bcel/classfile/AnnotationEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Annotations.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ArrayElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Attribute.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/AttributeReader.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ClassElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ClassFormatException.class   
OK
    testing: org/apache/tomcat/util/bcel/classfile/ClassParser.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Code.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/CodeException.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Constant$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Constant.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantCP.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantClass.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantDouble.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantFieldref.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantFloat.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantInteger.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/ConstantInterfaceMethodref.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantLong.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantMethodref.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantNameAndType.class   
OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantPool.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantString.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantUtf8.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ConstantValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Deprecated.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ElementValuePair.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/EnclosingMethod.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/EnumElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ExceptionTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Field$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Field.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/FieldOrMethod.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/InnerClass.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/InnerClasses.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/JavaClass$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/JavaClass.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LineNumber.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LineNumberTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LocalVariable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LocalVariableTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/LocalVariableTypeTable.class 
  OK
    testing: org/apache/tomcat/util/bcel/classfile/Method$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Method.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/PMGClass.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/ParameterAnnotationEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/ParameterAnnotations.class   
OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.class
   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.class   OK
    testing: 
org/apache/tomcat/util/bcel/classfile/RuntimeVisibleParameterAnnotations.class  
 OK
    testing: org/apache/tomcat/util/bcel/classfile/Signature.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/SimpleElementValue.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/SourceFile.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMap.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapTable.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/StackMapType.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Synthetic.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Unknown.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Utility$1.class   OK
    testing: org/apache/tomcat/util/bcel/classfile/Utility.class   OK
    testing: org/apache/tomcat/util/bcel/util/BCELComparator.class   OK
    testing: 
org/apache/tomcat/util/bcel/util/ByteSequence$ByteArrayStream.class   OK
    testing: org/apache/tomcat/util/bcel/util/ByteSequence.class   OK
    testing: org/apache/tomcat/util/buf/Ascii.class   OK
    testing: org/apache/tomcat/util/buf/B2CConverter.class   OK
    testing: org/apache/tomcat/util/buf/ByteChunk$ByteInputChannel.class   OK
    testing: org/apache/tomcat/util/buf/ByteChunk$ByteOutputChannel.class   OK
    testing: org/apache/tomcat/util/buf/ByteChunk.class   OK
    testing: org/apache/tomcat/util/buf/C2BConverter.class   OK
    testing: org/apache/tomcat/util/buf/CharChunk$CharInputChannel.class   OK
    testing: org/apache/tomcat/util/buf/CharChunk$CharOutputChannel.class   OK
    testing: org/apache/tomcat/util/buf/CharChunk.class   OK
    testing: org/apache/tomcat/util/buf/Constants.class   OK
    testing: org/apache/tomcat/util/buf/HexUtils.class   OK
    testing: org/apache/tomcat/util/buf/IntermediateInputStream.class   OK
    testing: org/apache/tomcat/util/buf/IntermediateOutputStream.class   OK
    testing: org/apache/tomcat/util/buf/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/buf/MessageBytes$1.class   OK
    testing: org/apache/tomcat/util/buf/MessageBytes$MessageBytesFactory.class  
 OK
    testing: org/apache/tomcat/util/buf/MessageBytes.class   OK
    testing: org/apache/tomcat/util/buf/ReadConvertor.class   OK
    testing: org/apache/tomcat/util/buf/StringCache$ByteEntry.class   OK
    testing: org/apache/tomcat/util/buf/StringCache$CharEntry.class   OK
    testing: org/apache/tomcat/util/buf/StringCache.class   OK
    testing: org/apache/tomcat/util/buf/UDecoder$DecodeException.class   OK
    testing: org/apache/tomcat/util/buf/UDecoder.class   OK
    testing: org/apache/tomcat/util/buf/UEncoder.class   OK
    testing: org/apache/tomcat/util/buf/WriteConvertor.class   OK
    testing: 
org/apache/tomcat/util/digester/AbstractObjectCreationFactory.class   OK
    testing: org/apache/tomcat/util/digester/ArrayStack.class   OK
    testing: org/apache/tomcat/util/digester/CallMethodRule.class   OK
    testing: org/apache/tomcat/util/digester/CallParamRule.class   OK
    testing: org/apache/tomcat/util/digester/Digester$1.class   OK
    testing: 
org/apache/tomcat/util/digester/Digester$SystemPropertySource.class   OK
    testing: org/apache/tomcat/util/digester/Digester.class   OK
    testing: org/apache/tomcat/util/digester/FactoryCreateRule.class   OK
    testing: org/apache/tomcat/util/digester/GenericParser.class   OK
    testing: org/apache/tomcat/util/digester/NodeCreateRule$NodeBuilder.class   
OK
    testing: org/apache/tomcat/util/digester/NodeCreateRule.class   OK
    testing: org/apache/tomcat/util/digester/ObjectCreateRule.class   OK
    testing: org/apache/tomcat/util/digester/ObjectCreationFactory.class   OK
    testing: org/apache/tomcat/util/digester/ObjectParamRule.class   OK
    testing: org/apache/tomcat/util/digester/ParserFeatureSetterFactory.class   
OK
    testing: org/apache/tomcat/util/digester/PathCallParamRule.class   OK
    testing: org/apache/tomcat/util/digester/Rule.class   OK
    testing: org/apache/tomcat/util/digester/RuleSet.class   OK
    testing: org/apache/tomcat/util/digester/RuleSetBase.class   OK
    testing: org/apache/tomcat/util/digester/Rules.class   OK
    testing: org/apache/tomcat/util/digester/RulesBase.class   OK
    testing: org/apache/tomcat/util/digester/SetNextRule.class   OK
    testing: org/apache/tomcat/util/digester/SetPropertiesRule.class   OK
    testing: org/apache/tomcat/util/digester/SetPropertyRule.class   OK
    testing: org/apache/tomcat/util/digester/SetRootRule.class   OK
    testing: org/apache/tomcat/util/digester/SetTopRule.class   OK
    testing: org/apache/tomcat/util/digester/WithDefaultsRulesWrapper.class   OK
    testing: org/apache/tomcat/util/digester/XercesParser.class   OK
    testing: org/apache/tomcat/util/http/ContentType.class   OK
    testing: org/apache/tomcat/util/http/CookieSupport.class   OK
    testing: org/apache/tomcat/util/http/Cookies$1.class   OK
    testing: org/apache/tomcat/util/http/Cookies.class   OK
    testing: org/apache/tomcat/util/http/FastHttpDateFormat.class   OK
    testing: org/apache/tomcat/util/http/HttpMessages.class   OK
    testing: org/apache/tomcat/util/http/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/http/MimeHeaderField.class   OK
    testing: org/apache/tomcat/util/http/MimeHeaders.class   OK
    testing: org/apache/tomcat/util/http/NamesEnumerator.class   OK
    testing: org/apache/tomcat/util/http/Parameters$1.class   OK
    testing: org/apache/tomcat/util/http/Parameters.class   OK
    testing: org/apache/tomcat/util/http/RequestUtil.class   OK
    testing: org/apache/tomcat/util/http/ServerCookie$1.class   OK
    testing: org/apache/tomcat/util/http/ServerCookie.class   OK
    testing: org/apache/tomcat/util/http/ValuesEnumerator.class   OK
    testing: org/apache/tomcat/util/http/fileupload/ByteArrayOutputStream.class 
  OK
    testing: 
org/apache/tomcat/util/http/fileupload/DeferredFileOutputStream.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileCleaningTracker$Reaper.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileCleaningTracker$Tracker.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileCleaningTracker.class   
OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileDeleteStrategy$ForceFileDeleteStrategy.class
   OK
    testing: org/apache/tomcat/util/http/fileupload/FileDeleteStrategy.class   
OK
    testing: org/apache/tomcat/util/http/fileupload/FileItem.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemFactory.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemHeaders.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileItemHeadersSupport.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemIterator.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileItemStream$ItemSkippedException.class
   OK
    testing: org/apache/tomcat/util/http/fileupload/FileItemStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileUpload.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl$1.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl$FileItemStreamImpl$1.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl$FileItemStreamImpl.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileItemIteratorImpl.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileSizeLimitExceededException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$FileUploadIOException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$IOFileUploadException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$InvalidContentTypeException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$SizeException.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/FileUploadBase$SizeLimitExceededException.class
   OK
    testing: org/apache/tomcat/util/http/fileupload/FileUploadBase.class   OK
    testing: org/apache/tomcat/util/http/fileupload/FileUploadException.class   
OK
    testing: org/apache/tomcat/util/http/fileupload/FileUtils.class   OK
    testing: org/apache/tomcat/util/http/fileupload/IOUtils.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/InvalidFileNameException.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$IllegalBoundaryException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$ItemInputStream.class   
OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$MalformedStreamException.class
   OK
    testing: 
org/apache/tomcat/util/http/fileupload/MultipartStream$ProgressNotifier.class   
OK
    testing: org/apache/tomcat/util/http/fileupload/MultipartStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/ParameterParser.class   OK
    testing: org/apache/tomcat/util/http/fileupload/ProgressListener.class   OK
    testing: org/apache/tomcat/util/http/fileupload/RequestContext.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/ThresholdingOutputStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/disk/DiskFileItemFactory.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/servlet/ServletFileUpload.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/servlet/ServletRequestContext.class   OK
    testing: org/apache/tomcat/util/http/fileupload/util/Closeable.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/util/FileItemHeadersImpl.class   OK
    testing: 
org/apache/tomcat/util/http/fileupload/util/LimitedInputStream.class   OK
    testing: org/apache/tomcat/util/http/fileupload/util/Streams.class   OK
    testing: org/apache/tomcat/util/http/mapper/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$Context.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$ContextList.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$ContextVersion.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$Host.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$MapElement.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper$Wrapper.class   OK
    testing: org/apache/tomcat/util/http/mapper/Mapper.class   OK
    testing: org/apache/tomcat/util/http/mapper/MappingData.class   OK
    testing: org/apache/tomcat/util/http/parser/AstAttribute.class   OK
    testing: org/apache/tomcat/util/http/parser/AstMediaType.class   OK
    testing: org/apache/tomcat/util/http/parser/AstParameter.class   OK
    testing: org/apache/tomcat/util/http/parser/AstSubType.class   OK
    testing: org/apache/tomcat/util/http/parser/AstType.class   OK
    testing: org/apache/tomcat/util/http/parser/AstValue.class   OK
    testing: org/apache/tomcat/util/http/parser/HttpParser.class   OK
    testing: org/apache/tomcat/util/http/parser/HttpParserConstants.class   OK
    testing: org/apache/tomcat/util/http/parser/HttpParserTokenManager.class   
OK
    testing: org/apache/tomcat/util/http/parser/HttpParserTreeConstants.class   
OK
    testing: org/apache/tomcat/util/http/parser/JJTHttpParserState.class   OK
    testing: org/apache/tomcat/util/http/parser/Node.class   OK
    testing: org/apache/tomcat/util/http/parser/ParseException.class   OK
    testing: org/apache/tomcat/util/http/parser/SimpleCharStream.class   OK
    testing: org/apache/tomcat/util/http/parser/SimpleNode.class   OK
    testing: org/apache/tomcat/util/http/parser/Token.class   OK
    testing: org/apache/tomcat/util/http/parser/TokenMgrError.class   OK
    testing: org/apache/tomcat/util/http/res/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/log/CaptureLog.class   OK
    testing: org/apache/tomcat/util/log/SystemLogHandler.class   OK
    testing: org/apache/tomcat/util/log/UserDataHelper$Config.class   OK
    testing: org/apache/tomcat/util/log/UserDataHelper$Mode.class   OK
    testing: org/apache/tomcat/util/log/UserDataHelper.class   OK
    testing: org/apache/tomcat/util/modeler/AttributeInfo.class   OK
    testing: org/apache/tomcat/util/modeler/BaseAttributeFilter.class   OK
    testing: org/apache/tomcat/util/modeler/BaseModelMBean$MethodKey.class   OK
    testing: org/apache/tomcat/util/modeler/BaseModelMBean.class   OK
    testing: org/apache/tomcat/util/modeler/BaseNotificationBroadcaster.class   
OK
    testing: 
org/apache/tomcat/util/modeler/BaseNotificationBroadcasterEntry.class   OK
    testing: org/apache/tomcat/util/modeler/ConstructorInfo.class   OK
    testing: org/apache/tomcat/util/modeler/FeatureInfo.class   OK
    testing: org/apache/tomcat/util/modeler/FixedNotificationFilter.class   OK
    testing: org/apache/tomcat/util/modeler/ManagedBean.class   OK
    testing: org/apache/tomcat/util/modeler/NotificationInfo.class   OK
    testing: org/apache/tomcat/util/modeler/OperationInfo.class   OK
    testing: org/apache/tomcat/util/modeler/ParameterInfo.class   OK
    testing: org/apache/tomcat/util/modeler/Registry.class   OK
    testing: org/apache/tomcat/util/modeler/RegistryMBean.class   OK
    testing: org/apache/tomcat/util/modeler/mbeans-descriptors.dtd   OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDOMSource.class   OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.class   
OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsIntrospectionSource.class
   OK
    testing: 
org/apache/tomcat/util/modeler/modules/MbeansDescriptorsSerSource.class   OK
    testing: org/apache/tomcat/util/modeler/modules/MbeansSource.class   OK
    testing: org/apache/tomcat/util/modeler/modules/MbeansSourceMBean.class   OK
    testing: org/apache/tomcat/util/modeler/modules/ModelerSource.class   OK
    testing: 
org/apache/tomcat/util/net/AbstractEndpoint$Acceptor$AcceptorState.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint$BindState.class   OK
    testing: 
org/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/AbstractEndpoint.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$AsyncTimeout.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Poller.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$PrivilegedSetTccl.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$Sendfile.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$SendfileData.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint$SocketEventProcessor.class  
 OK
    testing: org/apache/tomcat/util/net/AprEndpoint$SocketProcessor.class   OK
    testing: 
org/apache/tomcat/util/net/AprEndpoint$SocketWithOptionsProcessor.class   OK
    testing: org/apache/tomcat/util/net/AprEndpoint.class   OK
    testing: org/apache/tomcat/util/net/Constants.class   OK
    testing: org/apache/tomcat/util/net/DefaultServerSocketFactory.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$AsyncTimeout.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$PrivilegedSetTccl.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint$SocketProcessor.class   OK
    testing: org/apache/tomcat/util/net/JIoEndpoint.class   OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller$1.class 
  OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller$2.class 
  OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller$3.class 
  OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$BlockPoller.class   
OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector$KeyReference.class  
 OK
    testing: org/apache/tomcat/util/net/NioBlockingSelector.class   OK
    testing: org/apache/tomcat/util/net/NioChannel.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$1.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$2.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$3.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$4.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$Acceptor.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$Handler.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$KeyAttachment.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$NioBufferHandler.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$Poller.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$PollerEvent.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$SendfileData.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint$SocketProcessor.class   OK
    testing: org/apache/tomcat/util/net/NioEndpoint.class   OK
    testing: org/apache/tomcat/util/net/NioSelectorPool.class   OK
    testing: org/apache/tomcat/util/net/SSLImplementation.class   OK
    testing: org/apache/tomcat/util/net/SSLSessionManager.class   OK
    testing: org/apache/tomcat/util/net/SSLSupport$CipherData.class   OK
    testing: org/apache/tomcat/util/net/SSLSupport.class   OK
    testing: org/apache/tomcat/util/net/SSLUtil.class   OK
    testing: org/apache/tomcat/util/net/SecureNioChannel$1.class   OK
    testing: 
org/apache/tomcat/util/net/SecureNioChannel$ApplicationBufferHandler.class   OK
    testing: org/apache/tomcat/util/net/SecureNioChannel.class   OK
    testing: org/apache/tomcat/util/net/ServerSocketFactory.class   OK
    testing: org/apache/tomcat/util/net/SocketProperties.class   OK
    testing: org/apache/tomcat/util/net/SocketStatus.class   OK
    testing: org/apache/tomcat/util/net/SocketWrapper.class   OK
    testing: org/apache/tomcat/util/net/URL.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSEImplementation.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSEKeyManager.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESocketFactory.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESupport$1.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESupport$Listener.class   OK
    testing: org/apache/tomcat/util/net/jsse/JSSESupport.class   OK
    testing: org/apache/tomcat/util/net/jsse/NioX509KeyManager.class   OK
    testing: org/apache/tomcat/util/net/jsse/res/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/net/res/LocalStrings.properties   OK
    testing: org/apache/tomcat/util/threads/Constants.class   OK
    testing: org/apache/tomcat/util/threads/LimitLatch$Sync.class   OK
    testing: org/apache/tomcat/util/threads/LimitLatch.class   OK
    testing: org/apache/tomcat/util/threads/ResizableExecutor.class   OK
    testing: org/apache/tomcat/util/threads/TaskQueue.class   OK
    testing: org/apache/tomcat/util/threads/TaskThread.class   OK
    testing: org/apache/tomcat/util/threads/TaskThreadFactory.class   OK
    testing: org/apache/tomcat/util/threads/ThreadPoolExecutor$1.class   OK
    testing: 
org/apache/tomcat/util/threads/ThreadPoolExecutor$RejectHandler.class   OK
    testing: org/apache/tomcat/util/threads/ThreadPoolExecutor.class   OK
    testing: org/apache/tomcat/util/threads/res/LocalStrings.properties   OK
    testing: META-INF/NOTICE          OK
    testing: META-INF/LICENSE         OK
No errors detected in compressed data of 
built-tomcat7-7.0.28-4+deb7u10/tomcat-coyote.jar.

Reply via email to