You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/03/25 14:20:21 UTC

[Bug 56309] New: ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

https://issues.apache.org/bugzilla/show_bug.cgi?id=56309

            Bug ID: 56309
           Summary: ExtensionValidator doesn't handle wrapped lines in
                    MANIFEST.MF
           Product: Tomcat 7
           Version: 7.0.37
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: vincent_daniels@merck.com
                CC: larry3833-tech@yahoo.com
        Depends on: 45628

+++ This bug was initially created as a clone of Bug #45628 +++

Deploying webapps that contain commons-attributes-api.jar or
commons-attributes-compiler.jar (downloaded from the Maven repository) fail
with a message from ExtensionValidator along the lines of 'Required extension
"ant" not found'. 

. . .

Bug #45628 claims this was fixed in Apache 5.5.? and 6.0, but I'm using 7.0 and
have this exact condition which keeps my context from running.  

INFO: ExtensionValidator[][commons-attributes-api-2.2.jar]: Required extension
[ant] not found.
Mar 25, 2014 9:05:01 AM org.apache.catalina.util.ExtensionValidator
validateManifestResources
INFO: ExtensionValidator[]: Failure to find [1] required extension(s).
Mar 25, 2014 9:05:01 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error getConfigured
Mar 25, 2014 9:05:01 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [] startup failed due to previous errors
Mar 25, 2014 9:05:13 AM org.apache.catalina.util.ExtensionValidator
validateManifestResources
INFO: ExtensionValidator[][commons-attributes-api-2.2.jar]: Required extension
[ant] not found.
Mar 25, 2014 9:05:13 AM org.apache.catalina.util.ExtensionValidator
validateManifestResources
INFO: ExtensionValidator[]: Failure to find [1] required extension(s).
Mar 25, 2014 9:05:13 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error getConfigured
Mar 25, 2014 9:05:13 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [] startup failed due to previous errors

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56309] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56309

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Just like bug 45628, there is no issue handling wrapped lines in manifest
files. The error message is valid and correct.

The extensions defined in the common-attributes-api.jar, on the other hand,
looks to be invalid. The specified extension name doesn't match the extension
name used in the Ant JARs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org