AW: euro character problem with tomcat compression Filter

2002-11-27 Thread Torsten Fohrer
sorry, iso-8859-15 > -Ursprüngliche Nachricht- > Von: Torsten Fohrer [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. November 2002 08:28 > An: 'Tomcat Developers List' > Betreff: AW: euro character problem with tomcat compression Filter > > > > try, to set the response encoding t

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-11-27 Thread mturk
mturk 2002/11/27 23:36:31 Modified:jk/native2/include jk_global.h Log: Change the versioning scheme. If the JK_VERISRELEASE is 0, then the '-dev' suffix will be added. If the JK_VERBETA is greater then 0, the '-beta-X' suffix will be added. So for example: JK_VERISRELEASE 0

AW: euro character problem with tomcat compression Filter

2002-11-27 Thread Torsten Fohrer
try, to set the response encoding to 8559-15 cu Torsten > -Ursprüngliche Nachricht- > Von: Sergio [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 27. November 2002 21:18 > An: 'Tomcat Developers List' > Betreff: euro character problem with tomcat compression Filter > > > Hí techies! >

Comment on doc for Jk/Jk2 distributed with Tomcat 4.1

2002-11-27 Thread chrislott
Hi, This is for the author of the document available at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html based on my experience with trying to connect apache 1.3.27 to Tomcat 4.1.12. In the "Apache HowTo" section, there is a subsection "Using Tomcat auto-configure". I would like t

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JasperLoader.java JspServletWrapper.java

2002-11-27 Thread luehe
luehe 2002/11/27 20:18:08 Modified:jasper2/src/share/org/apache/jasper Constants.java EmbededServletOptions.java JspCompilationContext.java jasper2/src/share/org/apache/jasper/compiler Compiler.java

Re: [5] [Proposal] Adding an authorization interface

2002-11-27 Thread Costin Manolache
Jeanfrancois Arcand wrote: >>Why would someone use this instead of web.xml ? >> > Because you can start using the java.security.Provider.checkPermission > for granting/denying resources. Not sure this would be the most efficient solution - the mapper is ( or will be ) optimized on the way it is

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-11-27 Thread billbarker
billbarker2002/11/27 18:57:14 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Fix typo in last commit. Thanks to Jeanfrancois for catching this. Revision ChangesPath 1.73 +2 -2 jakarta-tomcat-4.0/c

Re: [5] [Proposal] Adding an authorization interface

2002-11-27 Thread Jeanfrancois Arcand
Costin Manolache wrote: Jeanfrancois Arcand wrote: Costin Manolache wrote: IMO - I would rather see us using JAAS directly as API instead of defining our own. Can you elaborate a little more? JAAS will certainly help for user/group authentication/authorization, but I don't th

Re: [5] [Proposal] Adding an authorization interface

2002-11-27 Thread Costin Manolache
Jeanfrancois Arcand wrote: > > > Costin Manolache wrote: > >>IMO - I would rather see us using JAAS directly as API >>instead of defining our own. >> > Can you elaborate a little more? JAAS will certainly help for user/group > authentication/authorization, but I don't think you can use it for

Re: [5] [Proposal] Adding an authorization interface

2002-11-27 Thread Jeanfrancois Arcand
Costin Manolache wrote: IMO - I would rather see us using JAAS directly as API instead of defining our own. Can you elaborate a little more? JAAS will certainly help for user/group authentication/authorization, but I don't think you can use it for granting/denying web resources (JSR 115 is

Re: SSI Security Hack

2002-11-27 Thread Pier Fumagalli
On 25/11/02 20:01 "Dan Sandberg" <[EMAIL PROTECTED]> wrote: > What's the story with the servlets-ssi.renametojar hack? > > Are the classloader issues that necessitated this going to be fixed in > Tomcat 5? Will they be backported to Tomcat 4? > > If this won't be fixed in Tomcat 5, than we can

how do i find the patch for bug 12699

2002-11-27 Thread Greg Klanderman
Hi tomcat developers, I am using the tomcat 4.0 and 4.1 series and experiencing the problem described in bug 12699: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12699 i.e. only the final cookie added to a servlet response is actually returned. The bug indicates that it has been fixed "in

Re: [5] [Proposal] Adding an authorization interface

2002-11-27 Thread Costin Manolache
IMO - I would rather see us using JAAS directly as API instead of defining our own. I already mentioned that I would preffer using JNDI for abstracting the informations about user/group. In general, the fewer interfaces we define, the better it is. Costin Jeanfrancois Arcand wrote: > Hi, > >

Re: JspC enhancement

2002-11-27 Thread Hans Bergsten
I like the way JspC works in Tomcat 4.0.x (at least from 4.0.4 and forward). As far as I can tell, it does exactly what you want without the need for extra options (it generates directory-based packages by default). I'm sorry I still haven't found the time to look into the problems with the Tomcat

DO NOT REPLY [Bug 12787] - request.getRequestURI() returns garbage when included in some tags

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 12787] - request.getRequestURI() returns garbage when included in some tags

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Build Suggestion

2002-11-27 Thread Christopher Cain
I have a suggestion for the tomcat 4 build process, really more of a doc issue I suppose. The jasper2 tree of the jakarta-tomcat-jasper head does not currently compile. That's probably fine, since it appears to be a dev branch, but it wasn't intuitively obvious (at least to me) what was causing my

JspC enhancement

2002-11-27 Thread Brent Jenkins
Hi, I'd like to propose a change to org.apache.jasper.JspC in Tomcat4.1.12. Specifically, I'd like to introduce a new command line argument: "-pp" to apply a package name prefix and create the package name based on the jsp directory structure. Tomcat4's "-p" option applies the package name pre

Re: [5] [Proposal] Adding an authorization interface

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Jeanfrancois Arcand wrote: > I would like to create a new interface called Authorizator(and a default > AuthorizatorBase) that will take care of those methods. I'd be a lot more willing to buy in to Authorizer and AuthorizerBase :-). The initial Realm design definitely com

[5] [Proposal] Adding an authorization interface

2002-11-27 Thread Jeanfrancois Arcand
Hi, I would like to propose the following re-factorisation of the current Realm interface. Righ now, Realm contains 3 methods related to authorization: hasRole hasUserDataPermission hasResourcePermission I would like to create a new interface called Authorizator(and a default AuthorizatorBase

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardValveContext.java ApplicationFilterChain.java ApplicationFilterFactory.javaDummyRequest.java StandardPipeline.java StandardWrapperValve.java

2002-11-27 Thread Jeanfrancois Arcand
Yep...works fine. Have nice dream and think of me shaving snow at -15 degre celsius :-( -- Jeanfrancois Remy Maucherat wrote: Jeanfrancois Arcand wrote: Hi Remy, the Administration Tool throw the following exception with your latest change in ApplicationFilterFactory java.lang.ClassCastEx

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.cjk_connect.c

2002-11-27 Thread Glenn Nielsen
That sounds good. It wasn't obvious to me that a failed connection would still get logged at the ERROR level. Thanks for cleaning up these error messages. Glenn Costin Manolache wrote: Glenn Nielsen wrote: Costin, Why were the log levels changed from LOG_ERROR to LOG_INFO, a connection fail

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardValveContext.java ApplicationFilterChain.java ApplicationFilterFactory.javaDummyRequest.java StandardPipeline.java StandardWrapperValve.java

2002-11-27 Thread Remy Maucherat
Jeanfrancois Arcand wrote: Hi Remy, the Administration Tool throw the following exception with your latest change in ApplicationFilterFactory java.lang.ClassCastException at org.apache.catalina.core.ApplicationFilterFactory.createFilterChain(ApplicationFilterFactory.java:150) at org.a

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationFilterFactory.java

2002-11-27 Thread remm
remm2002/11/27 12:34:20 Modified:catalina/src/share/org/apache/catalina/core ApplicationFilterFactory.java Log: - Using an instanceof seems worth it to avoid an object creation. Revision ChangesPath 1.5 +5 -4 jakarta-tomcat-catalina

euro character problem with tomcat compression Filter

2002-11-27 Thread Sergio
Hí techies! I'm having problems adding the tomcat compression Filter version 4.0.3 to my webapp. Some characters (like euro symbol ) that are printed in my jsp page with a method which return a field of a MSSQLServer table, are printed with the '?' symbol. I've modified the CompressionFilter.ja

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java

2002-11-27 Thread remm
remm2002/11/27 12:14:44 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java Log: - Update version number. Revision ChangesPath 1.5 +7 -5 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5/CoyoteC

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java

2002-11-27 Thread remm
remm2002/11/27 12:12:17 Modified:util/java/org/apache/tomcat/util/threads ThreadPool.java Log: - Replace the Vector with an array. The code is equivalent (or at least it should be). - If this is Not Good (TM), -1 and revert ;-) - I have questions on the TP and related cod

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardValveContext.java ApplicationFilterChain.java ApplicationFilterFactory.javaDummyRequest.java StandardPipeline.java StandardWrapperValve.java

2002-11-27 Thread Remy Maucherat
Jeanfrancois Arcand wrote: Hi Remy, the Administration Tool throw the following exception with your latest change in ApplicationFilterFactory java.lang.ClassCastException at org.apache.catalina.core.ApplicationFilterFactory.createFilterChain(ApplicationFilterFactory.java:150) at org.a

RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread micael
Read the release info on the 4.1.12 version. The invoker servlet has been turned off for security reasons. You have to hand authorize the servlets through your web.xml. At 12:44 PM 11/27/2002 -0700, you wrote: Hi, im having problems with the 4.1.12 version of tomcat, with this version i cant r

RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Carlos Ventura
Hi, im having problems with the 4.1.12 version of tomcat, with this version i cant run servlets, only jsps. the only way that i can make a servlet run is under the context of examples, if i put in another place ( even if a context if defined in the server.xml) doesnt work, Do you have an clue of w

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-11-27 Thread jfarcand
jfarcand2002/11/27 10:35:38 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Fix a minor XML mistake ;-) Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbe

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardValveContext.java ApplicationFilterChain.java ApplicationFilterFactory.javaDummyRequest.java StandardPipeline.java StandardWrapperValve.java

2002-11-27 Thread Jeanfrancois Arcand
Hi Remy, the Administration Tool throw the following exception with your latest change in ApplicationFilterFactory java.lang.ClassCastException at org.apache.catalina.core.ApplicationFilterFactory.createFilterChain(ApplicationFilterFactory.java:150) at org.apache.catalina.core.Applicatio

DO NOT REPLY [Bug 14877] - Coyote HTTP not using the port numbers I specify in server.xml

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeansmbeans-descriptors.xml

2002-11-27 Thread Jeanfrancois Arcand
Hi Bill, my friend Xerces doesn't like your latest change: SEVERE: Parse Error at line 325 column 11: The content of element type "mbean" must match "(attribute*,constructor*,notification*,operation*)". org.xml.sax.SAXParseException: The content of element type "mbean" must match "(attribute *,

DO NOT REPLY [Bug 10127] - tomcat 4.0.4 locks jsp files

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 12628] - Jasper puts a lock on .jsp pages that it has compiled

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-11-27 Thread Henri Gomez
[EMAIL PROTECTED] wrote: mturk 2002/11/27 09:12:05 Modified:jk/native2/include jk_global.h Log: Change the version number to the 2.0.3 and mark as not nonreleased. The exposed version will be mod_jk2/2.0.3-beta-1. Perhaps we should change the beta to dev? +1 to switch jk/jk2

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Henri Gomez
Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: linux binaries and rpms to be released tomorrow ;) -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/native2 CHANGES.txt

2002-11-27 Thread mturk
mturk 2002/11/27 09:12:40 Modified:jk/native2 CHANGES.txt Log: Open the 2.0.3 version. Revision ChangesPath 1.6 +3 -1 jakarta-tomcat-connectors/jk/native2/CHANGES.txt Index: CHANGES.txt ==

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-11-27 Thread mturk
mturk 2002/11/27 09:12:05 Modified:jk/native2/include jk_global.h Log: Change the version number to the 2.0.3 and mark as not nonreleased. The exposed version will be mod_jk2/2.0.3-beta-1. Perhaps we should change the beta to dev? Revision ChangesPath 1.16 +4 -

Re: [4.1.16] Benchmarks

2002-11-27 Thread Peter Lin
yeah, I can do that on a simple set this weekend and on a large webapp next week :) peter Remy Maucherat wrote: Could someone (Peter ?) do some quick benchmarks (with the HTTP/1.1 connector preferably) comparing 4.1.12 to 4.1.16 ? I'd like to see if my OptimizeIt work is translating into so

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java ParserController.java

2002-11-27 Thread luehe
luehe 2002/11/27 08:42:26 Modified:jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java ParserController.java Log: Applied patch provided by Ryan Lubke to fix encoding issue: When processing a JSP document, pass the document's raw input stre

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread jean-frederic clere
Mladen Turk wrote: Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: I will do the Solaris8 binaries tomorrow morming (I am at GMT+1). Changes between J

DO NOT REPLY [Bug 14898] - File Upload problem

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_connect.c

2002-11-27 Thread Costin Manolache
Glenn Nielsen wrote: > Costin, > > Why were the log levels changed from LOG_ERROR to LOG_INFO, a connection > failure to tomct is a real fatal error when handling a request. Shouldn't > it be at the JK_LOG_ERROR level? It'll be logged at ERROR level - >> +jk_log(l, JK_LOG_ERROR, "Err

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java

2002-11-27 Thread luehe
luehe 2002/11/27 08:00:42 Modified:jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java Log: small javadoc improvement Revision ChangesPath 1.20 +4 -4 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet/JspS

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java

2002-11-27 Thread luehe
luehe 2002/11/27 08:00:15 Modified:jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java Log: small javadoc improvement Revision ChangesPath 1.26 +8 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/T

DO NOT REPLY [Bug 14898] New: - File Upload problem

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Mladen Turk
Hi to all, JK2 2.0.2 has been released and is available at : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/ For now binaries are available for WIN32 only: Changes between JK2 2.0.1 and JK2 2.0.2: * Fix the bug 14293. Thanks to Martin Kraemer for his help.

DO NOT REPLY [Bug 14790] - getServletContext().getResource(file) returns invalid JNDI URL

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14896] New: - Pager Tag Library prb under Tomcat 4.1.12

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

System.setProperty() virtualisable inside a webapp?

2002-11-27 Thread Jan Grant
I'm in the position of needing to use a third-party class library within a web application. This library uses the System.getProperty/setProperty mechanisms to control its configuration. However, I need several instances of the web application, each with this library configured in a slightly differ

DO NOT REPLY [Bug 14895] New: - ServletRequestListener not unregistered when reloading a Webapp Context

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [4.1.16] Benchmarks

2002-11-27 Thread Shapira, Yoav
Howdy, I'll see if I can get around do it. FWIW, I've been profiling our app on every tomcat version since 4.0.4 (all -LE-jdk14, all running on Solaris 8), and the tomcat classes certainly have gone down as far as CPU time and memory requirements. Unfortunately I didn't record their improvement i

[4.1.16] Benchmarks

2002-11-27 Thread Remy Maucherat
Could someone (Peter ?) do some quick benchmarks (with the HTTP/1.1 connector preferably) comparing 4.1.12 to 4.1.16 ? I'd like to see if my OptimizeIt work is translating into something in the real world, and unfortunately, I only have access to one computer at the moment (so I can't do any re

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.cjk_connect.c

2002-11-27 Thread Glenn Nielsen
Costin, Why were the log levels changed from LOG_ERROR to LOG_INFO, a connection failure to tomct is a real fatal error when handling a request. Shouldn't it be at the JK_LOG_ERROR level? Regards, Glenn [EMAIL PROTECTED] wrote: costin 2002/10/30 14:12:20 Modified:jk/native/common j

RE: custom error page rewrite uri

2002-11-27 Thread Jim Smart
Hi, I can confirm this is not working as intended on Apache 4.1.x But I can't be of any more help other than to suggest you file a bug? Jim > -Original Message- > From: Alexius Luke [mailto:[EMAIL PROTECTED]] > Sent: 25 November 2002 05:29 > To: [EMAIL PROTECTED] > Subject: custom err

RE: [ANNOUNCEMENT] Apache Tomcat 4.1.16 Alpha released

2002-11-27 Thread Arnaud HERITIER
In the RELEASE-NOTES I saw that changes are ordered chronologically. [4.1.1] bla [4.1.2] bla [4.1.3] bla [4.1.4] bla Isn't more usefull to have the last changes in the top of each list ??? [4.1.16] bla [4.1.15] bla [4.1.14] bla [4.1.13] bla It's just an opinion ( mine ;-) ). Arnaud H. > -Me

DO NOT REPLY [Bug 14888] New: - Incorrect tag translation

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14885] New: - Tomcat hangs after bad https request

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14877] - Coyote HTTP not using the port numbers I specify in server.xml

2002-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors KEYS

2002-11-27 Thread mturk
mturk 2002/11/27 00:20:30 Modified:.KEYS Log: no message Revision ChangesPath 1.9 +32 -32jakarta-tomcat-connectors/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomcat-connecto

Re: [Q] WebappClassloader violates J2SE policy syntax?

2002-11-27 Thread Remy Maucherat
Glenn Nielsen wrote: Jeanfrancois Arcand wrote: Hi, I've noticed a characteristic in the tomcat loader.WebappClassloader and was wondering whether someone have any recollection or insight as to why we did it that way. Classes loaded with this classloader get a "jar:" tacked as prefix in their