RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-12 Thread Mladen Turk
Hi, > -Original Message- > From: NormW > jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml > > Good morning. It depends where :-) > In looking at the new shm, note the following: > > 1. SHM no longer works on NetWare with either file option. > ... will have to look into that. >

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-12 Thread mturk
mturk 2004/03/12 23:33:24 Modified:jk/xdocs/jk2 configwebcom.xml Log: Spell check fixes Revision ChangesPath 1.16 +4 -4 jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml Index: configwebcom.xml =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2004-03-12 Thread mturk
mturk 2004/03/12 23:32:37 Modified:jk/native2/common jk_shm.c Log: Change memory directive to useMemory. Revision ChangesPath 1.41 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ===

Re: DO NOT REPLY [Bug 26275] -

2004-03-12 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 26275] - Problems extracting WAR file when file names are latin 1 encoded

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Adding a new ServletRequest attribute

2004-03-12 Thread bob man
Hi. I'd like to be able to access the Socket associated with an HttpServletRequest from within a servlet (I want to call getChannel() in order to do some mux I/O). The getAttribute() method of ServletRequest would seem to be a good means of providing access to the Socket. If I submitted code (th

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardSession.java

2004-03-12 Thread luehe
luehe 2004/03/12 14:36:46 Modified:catalina/src/share/org/apache/catalina/session StandardSession.java Log: set accessCount to 0 (instead of 1) in recycle() Revision ChangesPath 1.40 +2 -2 jakarta-tomcat-catalina/catalina/src/share/org

Re: jk2 2.0.4 release

2004-03-12 Thread NormW
Good morning again. As a PS to my last message, while testing the new changes to Jk2 noted that, in jk_worker_status.c the qry= option uses a plain/text coding rather than plain/html, and as a consequence, the recently added

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-12 Thread NormW
Good morning. In looking at the new shm, note the following: 1. SHM no longer works on NetWare with either file option. ... will have to look into that. 2. Is it possible to have a 'slots' 'auto' option that gets the value from either the platform or the build rather than a hard coded 256? 3. Ca

{Virus?} RWQIQ

2004-03-12 Thread jmbirchfield
Warning: This message has had one or more attachments removed Warning: (text.zip). Warning: Please read the "vif-Attachment-Warning.txt" attachment(s) for more information. Please see the attached file for details This is a message from the MailScanner E-Mail Virus Protection Service ---

Re: jk2 2.0.4 release

2004-03-12 Thread NormW
Good morning Henri. 1. I have tried your recently added

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c

2004-03-12 Thread truk
truk2004/03/12 12:42:51 Modified:jk/native2/common jk_worker_ajp13.c Log: Don't do a prepost check alive if the endpoint is not connected yet (it always fails). When connecting endpoint do a prepost check alive if there isn't a connect check alive. Revision ChangesP

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequest.java

2004-03-12 Thread remm
remm2004/03/12 11:45:43 Modified:catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java catalina/src/share/org/apache/catalina/session StandardSession.java catalina/src/share/org/apache/coy

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-03-12 Thread mturk
mturk 2004/03/12 11:33:24 Modified:jk/xdocs/jk2 configwebcom.xml Log: Some docs about new shm directives. Revision ChangesPath 1.15 +21 -11jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml Index: configwebcom.xml ===

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-03-12 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2004-03-12 Thread mturk
mturk 2004/03/12 11:19:58 Modified:jk/native2/common jk_worker_status.c Log: Change the loop for shmem. The shmem indexes starts with 0 now. Revision ChangesPath 1.54 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c Index: jk_worker_

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2004-03-12 Thread mturk
mturk 2004/03/12 11:15:56 Modified:jk/native2/common jk_shm.c Log: Total rewrite... Allows using anonymous shared memory or file based. Also allow usage of raw memory in case there is no shmem support. Added two new setup direcives: slots (manages max number of slots), and

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

2004-03-12 Thread mturk
mturk 2004/03/12 11:12:19 Modified:jk/native2/include jk_shm.h Log: Change some struct elements. Added inmem and attached flags. Revision ChangesPath 1.10 +15 -4 jakarta-tomcat-connectors/jk/native2/include/jk_shm.h Index: jk_shm.h

Re: [5.0] Problems with the next release

2004-03-12 Thread Bill Barker
- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 3:24 AM Subject: RE: [5.0] Problems with the next release > > > > -Original Message- > > From: jean-frederic clere > >

container managed security

2004-03-12 Thread Adam Hardy
In tomcat 4 I was able to to protect my app with non-SSL security-constraints while using SSL form-based authentication so that the passwords were not sent in clear text. This has been a specification of the last 3 projects I have worked on. In tomcat 5 this is impossible without coding a work-

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Re: jk2 2.0.4 release

2004-03-12 Thread Kurt Miller
From: "Henri Gomez" <[EMAIL PROTECTED]> > Hi, > > We see many bug fixes in the last 2 weeks in jk2, and I wonder if > some of you still have some corrections to commit. > > I plan to tag jk2 next Monday morning, and make the release on > monday afternoon. > > If nobody object, I'll do like this

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 davhowto.xml

2004-03-12 Thread jfclere
jfclere 2004/03/12 07:49:31 Modified:jk/xdocs/jk2 davhowto.xml Log: Now mod_jk2 works better. The Alias is not mandatory. Revision ChangesPath 1.2 +1 -2 jakarta-tomcat-connectors/jk/xdocs/jk2/davhowto.xml Index: davhowto.xml =

DO NOT REPLY [Bug 21549] - mod_jk2 interference with other mods needs to be resolved

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Re: Your letter

2004-03-12 Thread mmanders
Your document is attached. ** ** WARNING: WinProxy has detected a prohibited file type attached to this e-mail message! The attachment has been automatically removed to protect your netwo

[5] Broken build

2004-03-12 Thread Jeanfrancois Arcand
Hi, init: build-tomcatcoyote: [echo] == Building: tomcat-coyote compile.shared: [javac] Compiling 13 source files to /disk/raid0/home/jfarcand/jakarta-tomcat/jakarta-tomcat-5/build/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recom

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: Please subscribe to [EMAIL PROTECTED] and follow the thread about 'clarification'. It seems there is a discussion on having non ASF binaries : 2) state that the ASF will allow the use of its infrastructure for the distribution of binary objects th

Re: [5.0] Problems with the next release

2004-03-12 Thread Remy Maucherat
Henri Gomez wrote: Please subscribe to [EMAIL PROTECTED] and follow the thread about 'clarification'. It seems there is a discussion on having non ASF binaries : 2) state that the ASF will allow the use of its infrastructure for the distribution of binary objects that are legally distribut

Re: cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: remm2004/03/12 06:35:45 Modified:.build.xml Log: - Don't bother about the other JMX related binaries. Revision ChangesPath 1.180 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-03-12 Thread Henri Gomez
Could someone remove [EMAIL PROTECTED] from tomcat-dev list please ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread Remy Maucherat
Henri Gomez wrote: [EMAIL PROTECTED] wrote: remm2004/03/12 06:35:45 Modified:.build.xml Log: - Don't bother about the other JMX related binaries. Revision ChangesPath 1.180 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml ==

Re: cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread Henri Gomez
[EMAIL PROTECTED] wrote: remm2004/03/12 06:35:45 Modified:.build.xml Log: - Don't bother about the other JMX related binaries. Revision ChangesPath 1.180 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml ===

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
Please subscribe to [EMAIL PROTECTED] and follow the thread about 'clarification'. It seems there is a discussion on having non ASF binaries : 2) state that the ASF will allow the use of its infrastructure for the distribution of binary objects that are legally distributable standalone ev

cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread remm
remm2004/03/12 06:35:45 Modified:.build.xml Log: - Don't bother about the other JMX related binaries. Revision ChangesPath 1.180 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml =

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-12 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Henri fixes the core... But I think we should return 400 otherwise jsp code could be displayed as text. Someone should take care of jk_dsapi_plugin.c and jk_isapi_plugin.c and do the same. jk_isapi_plugin uses INTERN

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java

2004-03-12 Thread remm
remm2004/03/12 06:32:47 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Log: - Add error message about the absence of JMX when running standalone. - This is not i18nized because it will most likely go to the console, and few classe

cvs commit: jakarta-tomcat-5 build.xml

2004-03-12 Thread remm
remm2004/03/12 06:31:24 Modified:.build.xml Log: - Don't copy jmx.jar to dist. Revision ChangesPath 1.179 +3 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cv

DO NOT REPLY [Bug 11364] - jk2 appears to forward all virtual host requests to Tomcat

2004-03-12 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://issues.apache.org/bugzilla/show_bu

RE: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-12 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > > Henri fixes the core... But I think we should return 400 > otherwise jsp code could be displayed as text. > Someone should take care of jk_dsapi_plugin.c and > jk_isapi_plugin.c and do the same. > jk_isapi_plugin uses INTERNET_MAX

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-12 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: jfclere 2004/03/12 05:47:20 Modified:jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 mod_jk2.c Log: Fix PR 27627: It was possible to core the httpd process. Henri fixes the core... But I think we should return 400 otherwise jsp c

RE: [5.0] Problems with the next release

2004-03-12 Thread Mladen Turk
> -Original Message- > From: Henri Gomez > >> Henri, Remy and Costin proposed to move the binaries to > sourceforge, > >> until > >> the things clears up. > >> I'm in favor of that, and will support such a decision if voted. > > Well I didn't agreed on moving TC binaries to sf or othe

Re: [5.0] Problems with the next release

2004-03-12 Thread Remy Maucherat
Henri Gomez wrote: Well I didn't agreed on moving TC binaries to sf or others. I mentioned that being also involved in projet like Jpackage, I know that's producing ready to use packages is not so easy, expecially when you have to explain to users that they have to get MANY external jars from outs

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-12 Thread jfclere
jfclere 2004/03/12 05:47:20 Modified:jk/native2/server/apache13 mod_jk2.c jk/native2/server/apache2 mod_jk2.c Log: Fix PR 27627: It was possible to core the httpd process. Note only Apache has been fixed but jk_dsapi_plugin.c and jk_isapi_plugin.c probably have the

RE: jk2 new shmem using APR

2004-03-12 Thread Greg . Cope
> > Could you try to put cr.sandwich.pfizer.com_81_test.shm in > another file system > (/tmp is a "special" one)? > Still does not work in /var/tmp ... [Fri Mar 12 13:01:41 2004] (error ) [jk_shm.c (158)] shm.create(): error creating /var/tmp/cr.sandwich.pfizer.com_81.shm 2117992 22 0x1f50

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
jean-frederic clere wrote: Mladen Turk wrote: -Original Message- From: jean-frederic clere Mladen Turk wrote: What about linking to static microsoft libraries? That is probably not OK. I know that, but I know too that the law doesn't have a term _probably_ in it's dictionary.

DO NOT REPLY [Bug 27629] - Memory problem with GZIPOutputFilter

2004-03-12 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters GzipOutputFilter.java

2004-03-12 Thread remm
remm2004/03/12 04:28:53 Modified:http11/src/java/org/apache/coyote/http11/filters GzipOutputFilter.java Log: - Call close to release native memory. - Bug 27629, submitted by Christian Nester. Revision ChangesPath 1.4 +1 -0 jakarta

DO NOT REPLY [Bug 27629] - Memory problem with GZIPOutputFilter

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27629] - Memory problem with GZIPOutputFilter

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Re: [5.0] Problems with the next release

2004-03-12 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: jean-frederic clere Mladen Turk wrote: What about linking to static microsoft libraries? That is probably not OK. I know that, but I know too that the law doesn't have a term _probably_ in it's dictionary. Do we need to sign that or ASF

DO NOT REPLY [Bug 27627] - Buffer overflow in jk2 connector while parsing "Host" header

2004-03-12 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriMap.c

2004-03-12 Thread hgomez
hgomez 2004/03/12 03:59:32 Modified:jk/native2/common jk_uriMap.c Log: Avoid overflow bug when virtual host is more than 1024 chars. Provided by Rafal Maczewski Revision ChangesPath 1.69 +28 -8 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c

DO NOT REPLY [Bug 27629] New: - Memory problem with GZIPOutputFilter

2004-03-12 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://issues.apache.org/bugzilla/show_bu

RE: jk2 2.0.4 release

2004-03-12 Thread Mladen Turk
> -Original Message- > From: Henri Gomez > Subject: jk2 2.0.4 release > > Hi, > > We see many bug fixes in the last 2 weeks in jk2, and I > wonder if some of you still have some corrections to commit. > I'm working on a new shm implementation (as said couple of times during last wee

RE: [5.0] Problems with the next release

2004-03-12 Thread Mladen Turk
> -Original Message- > From: jean-frederic clere > > Mladen Turk wrote: > > > > What about linking to static microsoft libraries? > > That is probably not OK. > I know that, but I know too that the law doesn't have a term _probably_ in it's dictionary. > > > Do we need to sign th

jk2 2.0.4 release

2004-03-12 Thread Henri Gomez
Hi, We see many bug fixes in the last 2 weeks in jk2, and I wonder if some of you still have some corrections to commit. I plan to tag jk2 next Monday morning, and make the release on monday afternoon. If nobody object, I'll do like this ---

Re: jk2 new shmem using APR

2004-03-12 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: 1000448/8192? The size you use should be a multiple of the pagesize according to man mmap(). The pagesize could be checked by the following: +++ #include #include main() { printf("%d\n",(int)sysconf(_SC_PAGE_SIZE)); } +++ # grep size workers2.properties size=

RE: jk2 new shmem using APR

2004-03-12 Thread Greg . Cope
> 1000448/8192? > The size you use should be a multiple of the pagesize > according to man mmap(). > The pagesize could be checked by the following: > +++ > #include > #include > main() > { > printf("%d\n",(int)sysconf(_SC_PAGE_SIZE)); > } > +++ > # grep size workers2.properties size

DO NOT REPLY [Bug 27627] - Buffer overflow in jk2 connector while parsing "Host" header

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27627] New: - Buffer overflow in jk2 connector while parsing "Host" header

2004-03-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27617] - ppt and vsd MIME types should be included in web.xml

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-03-12 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-03-12 Thread remm
remm2004/03/12 02:54:20 Modified:catalina/src/conf web.xml Log: - Add two MIME types, submitted by Scott Pontillo. Revision ChangesPath 1.37 +8 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml ===

Re: [5.0] Problems with the next release

2004-03-12 Thread jean-frederic clere
Mladen Turk wrote: -Original Message- From: Henri Gomez Here is a reply I got from the community list : This is not a complete prohibition on all third-party jars or libraries, but only on those third-party libraries which are licensed under terms more restrictive than the ASL. As

Re: [5.0] Problems with the next release

2004-03-12 Thread Remy Maucherat
Henri Gomez wrote: This is not a complete prohibition on all third-party jars or libraries, but only on those third-party libraries which are licensed under terms more restrictive than the ASL. In the case of mx4j, the code is licenced under the mx4j 1.0 License [1], which is a derivative of the

RE: [5.0] Problems with the next release

2004-03-12 Thread Mladen Turk
> -Original Message- > From: Henri Gomez > > Here is a reply I got from the community list : > > This is not a complete prohibition on all third-party jars or > libraries, but only on those third-party libraries which are > licensed under terms more restrictive than the ASL. > Ask t

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Amy Paige-Hoien is out of the office.

2004-03-12 Thread APaige
I will be out of the office starting 03/12/2004 and will not return until 03/14/2004. I will respond to your message on March 15th when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

DO NOT REPLY [Bug 27623] New: - in XML view page product too many XML Decl

2004-03-12 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://issues.apache.org/bugzilla/show_bu

Re: [5.0] Problems with the next release

2004-03-12 Thread Henri Gomez
Remy Maucherat wrote: Bill Barker wrote: I agree with Yoav that we can afford to wait a few days (if only so I don't have to take down the 3.3.2 binary distro :). However, I don't think that, without the ASF changing it's position, we can simply add some lines to the LICENSE file. That may wo

DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-03-12 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.in

2004-03-12 Thread jfclere
jfclere 2004/03/12 00:23:46 Modified:jk/native2/server/apache2 Makefile.in Log: PR 27006. Revision ChangesPath 1.23 +11 -4 jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in Index: Makefile.in ==