Bug 39728 - Tomcat throws Security Exception when using signed activation.jar
Summary: Tomcat throws Security Exception when using signed activation.jar
Status: RESOLVED WORKSFORME
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.0.28
Hardware: Other Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords: ErrorMessage
Depends on:
Blocks:
 
Reported: 2006-06-06 01:35 UTC by Greg Grasmehr
Modified: 2009-07-09 16:32 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Grasmehr 2006-06-06 01:35:45 UTC
Greetings,

I am currently working on a Sun Identity Manager installation on Linux and found
that when I download and use the mail and activation JAR files from Sun
contained within jaf-1_1-fr.zip - Tomcat throws an erroneous exception which
states the signers of all the classes within the JAR do not match.

The JAR itself verifies without a problem: jarsigner -verify -verbose
./activation.jar

There is only this single activation.jar file on the system and the only way
thus far I've found to alleviate this exception is to use an unsigned
activation.jar which comes with NetBeans 5.0
Comment 1 Yoav Shapira 2006-12-25 05:15:28 UTC
Greg, have you had a chance to try this on Tomcat 5.5, preferably 5.5.20?
Comment 2 Greg Grasmehr 2006-12-27 10:48:10 UTC
No I have not and I have also dropped IDM development thus am no longer using
Tomcat.
Comment 3 Mark Thomas 2009-07-09 16:32:23 UTC
This works for me with the latest 5.5.x and a signed activation.jar from JAF 1.1.1

If you still see this issue, please re-open and provide steps to reproduce on the latest stable 5.5.x release.