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_dani...@merck.com
                CC: larry3833-t...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to