You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Bill Barker <wb...@wilshire.com> on 2005/04/10 02:54:37 UTC

Building Question

I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However, it's 
a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are 
being built with JDK 1.5, or, I'm probably wasting my time (not many people 
use the source distro :). 



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.



Re: Building Question

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: "Bruce Keats" <br...@gmail.com>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Tuesday, April 12, 2005 5:20 AM
Subject: Re: Building Question


> Hi Bill,
>
> I think we emailed back and forth awhile ago about CRLs in tomcat 5.5
> using JDK 1.5.
>
> I am also interested in getting CRLs working for tomcat 5.5.  I have
> been looking into the code, but I just have not had time to finish it
> off and integrate it into tomcat.
>
> If you need someone to code inspect or to test it out then let me know.
>

I've checked in a basic file-based CRL support as JSSE15SocketFactory.java.
The Connector attribute is 'crlFile' to specify the location of your CRLs.
More eyes and/or testers are always appreciated :).

Needless to say, it requires JDK 1.5 to compile (so it even has the first,
gratuitous, use of Generics in Tomcat code :).  The consensus is to continue
to build the binary distro with JDK 1.4, so this will still be true even
after 5.5.10 is released.

> Bruce
>
> On Apr 9, 2005 8:54 PM, Bill Barker <wb...@wilshire.com> wrote:
> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
it's
> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5
are
> > being built with JDK 1.5, or, I'm probably wasting my time (not many
people
> > use the source distro :).
> >
> > This message is intended only for the use of the person(s) listed above
as the intended recipient(s), and may contain information that is PRIVILEGED
and CONFIDENTIAL.  If you are not an intended recipient, you may not read,
copy, or distribute this message or any attachment. If you received this
communication in error, please notify us immediately by e-mail and then
delete all copies of this message and any attachments.
> >
> > In addition you should be aware that ordinary (unencrypted) e-mail sent
through the Internet is not secure. Do not send confidential or sensitive
information, such as social security numbers, account numbers, personal
identification numbers and passwords, to us via ordinary (unencrypted)
e-mail.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.



Re: Building Question

Posted by Bruce Keats <br...@gmail.com>.
Hi Bill,

I think we emailed back and forth awhile ago about CRLs in tomcat 5.5
using JDK 1.5.

I am also interested in getting CRLs working for tomcat 5.5.  I have
been looking into the code, but I just have not had time to finish it
off and integrate it into tomcat.

If you need someone to code inspect or to test it out then let me know.

Bruce

On Apr 9, 2005 8:54 PM, Bill Barker <wb...@wilshire.com> wrote:
> I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However, it's
> a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are
> being built with JDK 1.5, or, I'm probably wasting my time (not many people
> use the source distro :).
> 
> This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.
> 
> In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

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


Re: Building Question

Posted by Henri Gomez <he...@gmail.com>.
OK

On Apr 10, 2005 6:05 PM, Bill Barker <wb...@wilshire.com> wrote:
> 
> ----- Original Message -----
> From: "Henri Gomez" <he...@gmail.com>
> To: "Tomcat Developers List" <to...@jakarta.apache.org>
> Sent: Saturday, April 09, 2005 11:45 PM
> Subject: Re: Building Question
> 
> > CLR ?
> >
> 
> Typo.  It should be CRLs.  As in java.security.cert.CRL.
> 
> >
> > On Apr 10, 2005 3:33 AM, Yoav Shapira <yo...@mit.edu> wrote:
> >> Hi,
> >>
> >> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> >> > it's
> >> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5
> >> > are
> >> > being built with JDK 1.5, or, I'm probably wasting my time (not many
> >> > people
> >> > use the source distro :).
> >>
> >> I've been building with 1.4, using the build as a final check that we
> >> have
> >> no 1.5-only code.
> >>
> >> Yoav Shapira
> >> System Design and Management Fellow
> >> MIT Sloan School of Management / School of Engineering
> >> Cambridge, MA USA
> >> yoavsh@sloan.mit.edu / yoavs@computer.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> >
> >
> >
> 
> This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.
> 
> In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

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


Re: Building Question

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message ----- 
From: "Henri Gomez" <he...@gmail.com>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Saturday, April 09, 2005 11:45 PM
Subject: Re: Building Question


> CLR ?
>

Typo.  It should be CRLs.  As in java.security.cert.CRL.

>
> On Apr 10, 2005 3:33 AM, Yoav Shapira <yo...@mit.edu> wrote:
>> Hi,
>>
>> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
>> > it's
>> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 
>> > are
>> > being built with JDK 1.5, or, I'm probably wasting my time (not many
>> > people
>> > use the source distro :).
>>
>> I've been building with 1.4, using the build as a final check that we 
>> have
>> no 1.5-only code.
>>
>> Yoav Shapira
>> System Design and Management Fellow
>> MIT Sloan School of Management / School of Engineering
>> Cambridge, MA USA
>> yoavsh@sloan.mit.edu / yoavs@computer.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>
> 



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.



Re: Building Question

Posted by Remy Maucherat <re...@apache.org>.
Henri Gomez wrote:
> CLR ?

Bill's doing .not stuff now. He must be using some hidden JDK features, 
as I didn't read about any .not compatibility features in JDK 1.5. Neat 
stuff.

:D

More seriously, Tomcat is built with JDK 1.4, for best compatibility. I 
don't know what the consequences of moving to JDK 1.5 would be.

Rémy

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


Re: Building Question

Posted by Henri Gomez <he...@gmail.com>.
CLR ?


On Apr 10, 2005 3:33 AM, Yoav Shapira <yo...@mit.edu> wrote:
> Hi,
> 
> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> > it's
> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are
> > being built with JDK 1.5, or, I'm probably wasting my time (not many
> > people
> > use the source distro :).
> 
> I've been building with 1.4, using the build as a final check that we have
> no 1.5-only code.
> 
> Yoav Shapira
> System Design and Management Fellow
> MIT Sloan School of Management / School of Engineering
> Cambridge, MA USA
> yoavsh@sloan.mit.edu / yoavs@computer.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
>

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


RE: Building Question

Posted by Yoav Shapira <yo...@MIT.EDU>.
Hi,

> I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> it's
> a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are
> being built with JDK 1.5, or, I'm probably wasting my time (not many
> people
> use the source distro :).

I've been building with 1.4, using the build as a final check that we have
no 1.5-only code.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management / School of Engineering
Cambridge, MA USA
yoavsh@sloan.mit.edu / yoavs@computer.org


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