Bill Barker wrote:
That is fine as long as you build and run on a 1.4+ JDK but when checking
for 1.3 compatibility the Coyote/HTTP connector fails. The root cause is
the use of the 1.4 regexp API in o.a.coyote.http11.Http11Processor
(http://marc.theaimsgroup.com/?l=tomcat-dev&m=109403344007532&w=2).
This is true. However in TC 3.3 the Coyote connectors have always been
optional. That's why I've kept it using j-t-c HEAD even with the 1.4
dependancy. Of course, it's pretty mote until it's time to do a 3.3.3
release ;-).
Ah. Didn't know that. That explains a few things.
Unless anyone has a better idea, I'll crack on with 3 over the weekend.
I've thought that it should be possible to do this with an Ant filter (so
that you don't have to maintain a separate copy of the file). I've always
been too lazy to actually sit down and write it however. :).
Very cunning. I'll take a look at doing it this way.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]