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 2008/08/13 21:47:57 UTC

DO NOT REPLY [Bug 45628] New: ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

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

           Summary: ExtensionValidator doesn't handle wrapped lines in
                    MANIFEST.MF
           Product: Tomcat 5
           Version: 5.5.26
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: larry3833-tech@yahoo.com


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'. 

This happens because the MANIFEST.MF file in these jars contain wrapped lines.
Per the JAR spec, lines longer than 72 bytes have to wrap. These MANIFEST.MF
files contain lines like:

ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.
 jar

which evidently cause ExtensionValidator to complain. If you edit the
MANIFEST.MF files to eliminate the continuation line:

ant-Implementation-URL: http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar

there are no errors.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 45628] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

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


Larry Hartsook <la...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |larry3833-tech@yahoo.com




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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 45628] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

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

vincent_daniels@merck.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |56309

-- 
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


DO NOT REPLY [Bug 45628] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

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


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

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




--- Comment #3 from Mark Thomas <ma...@apache.org>  2009-03-23 05:47:03 PST ---
This has been fixed for 5.5.x and will be included in 5.5.28 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 45628] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

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





--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-09-02 08:50:00 PST ---
There is a bug but not the one describe above. There are also inconsistencies
in extension names between the jars that mean, even with the bug fixed, these
deps will never be satisfied.

The bug has been fixed in trunk here:
http://svn.apache.org/viewvc?rev=691282&view=rev

This patch has been proposed for 5.5.x and 6.0.x


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 45628] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

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





--- Comment #2 from Mark Thomas <ma...@apache.org>  2008-09-25 03:41:46 PST ---
This has been fixed in 6.0.x and will be in 6.0.19 onwards.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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