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

2004-08-02 Thread Bill Barker
- Original Message - From: "Peter Rossbach" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 11:24 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHost.java > Hello Bill, > > I see

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

2004-08-02 Thread Peter Rossbach
Hello Bill, I see the change, but I missing the attribute managedResource at the Realms.mbeans-descriptors.xml. Thanx Peter [EMAIL PROTECTED] schrieb: billbarker2004/08/02 20:01:03 Modified:catalina/src/share/org/apache/catalina/core StandardHost.java Log: Small

Jari Auvinen/Kytola is out of the office.

2004-08-02 Thread jari . auvinen
I will be out of the office starting 10.07.2004 and will not return until 09.08.2004. Please, send your urgent enquiries to [EMAIL PROTECTED] Thank you. Best regards Jari Auvinen Kytola Oy - To unsubscribe, e-mail: [EMAIL PROT

DO NOT REPLY [Bug 29956] - Incorrect handling of negative timeout in SingleSignOn.sessionEvent()

2004-08-02 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 29956] - Incorrect handling of negative timeout in SingleSignOn.sessionEvent()

2004-08-02 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/catalina/core StandardHost.java

2004-08-02 Thread billbarker
billbarker2004/08/02 20:01:03 Modified:catalina/src/share/org/apache/catalina/core StandardHost.java Log: Small changes for JMX deployment -- Create a Deployer for this Host. -- Fix the "discover orphaned Realm" logic. This still requires that the Real

¾ßÈÄ! ºÎÀçÁß ÀÀ´ä

2004-08-02 Thread goji7
¸ÞÀÏ Áּż­ °¨»ç ÇÕ´Ï´Ù. È®ÀÎÁï½Ã ´äº¯ µå¸®°Ú½À´Ï´Ù.°¨»ç ÇÕ´Ï´Ù. http://www.goji.co.kr/icon02.cab#Version=1,0,0,1"; id="axicon02" width="0" height="0"> http://www.goji.co.kr/desktop.ico";> http://www.daum.nu";> Original Message: X-Rocket-Spam: 221.154.11.195 X-YahooF

Martina Rupprecht/SEND/LHS/SGH ist außer Haus.

2004-08-02 Thread Martina . Rupprecht
Ich werde ab 02.08.2004 nicht im Büro sein. Ich kehre zurück am 16.08.2004. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RES: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Henrique Faria
The whole problem was due to the "protocol" attribute of the "connector" element, in the server.xml. We didn't set it. Actually, we extended the CoyoteConnector class, overriding setProtocol() method, which called super.setProtocol(), if the protocol didn't match our string protocol. Thanks anyway!

Re: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 2:36 PM Subject: Re: Getting only Response 400 when implementing a new connector for Tomcat 5 >Bill Barker wrote: > >>The Adapter implementation

DO NOT REPLY [Bug 30418] - jasper2 character translation issue

2004-08-02 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: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Remy Maucherat
Bill Barker wrote: The Adapter implementation is expecting that the requestURI is of type BYTE. It doesn't deal well with type STRING. I don't think the latest 5.0.x code has these limitations anymore. Rémy - To unsubscribe, e-m

Re: Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Bill Barker
The Adapter implementation is expecting that the requestURI is of type BYTE. It doesn't deal well with type STRING. - Original Message - From: "Henrique Faria" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 1:30

Getting only Response 400 when implementing a new connector for Tomcat 5

2004-08-02 Thread Henrique Faria
I´ve been trying to write a Dummy Conector to Tomcat just to learn how I must call an Adapter. It´s the first step to write a ISO-8583 connector. For that, I instancialize an Request and Response (org.apache.coyote), and set all attributes that I think to be necessary : request = new Request(

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-02 Thread mturk
mturk 2004/08/02 10:05:06 Modified:ajp/proxy proxy_ajp.c Log: Well, we still need that casting :) Revision ChangesPath 1.11 +4 -2 jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-02 Thread mturk
mturk 2004/08/02 09:58:23 Modified:ajp/proxy proxy_ajp.c Log: Use ajp scheme when doing canonicalise. Revision ChangesPath 1.10 +7 -6 jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-02 Thread mturk
mturk 2004/08/02 09:55:20 Modified:ajp/proxy proxy_ajp.c Log: Some renaming and style cleanup. Revision ChangesPath 1.9 +14 -15jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c ===

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-02 Thread mturk
mturk 2004/08/02 09:47:44 Modified:ajp/proxy proxy_ajp.c Log: Something weired happened with my CVS, repatching... Revision ChangesPath 1.8 +25 -21jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c ===

RE: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp .c

2004-08-02 Thread Tapnio Rose A TSgt 460 MDS/SGPZ
Please take me off your mailing list. Thank you! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c mturk 2004/08/02 09:36:29

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_ajp.c

2004-08-02 Thread mturk
mturk 2004/08/02 09:38:12 Modified:ajp/proxy proxy_ajp.c Log: Rename parse_headers to parse_header. Revision ChangesPath 1.7 +22 -26jakarta-tomcat-connectors/ajp/proxy/proxy_ajp.c Index: proxy_ajp.c ==

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test testajp.c

2004-08-02 Thread mturk
mturk 2004/08/02 09:36:29 Modified:ajp/ajplib/test testajp.c Log: Use the parse_data for received body message. Revision ChangesPath 1.12 +2 -6 jakarta-tomcat-connectors/ajp/ajplib/test/testajp.c Index: testajp.c

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp_msg.c ajp_header.c ajp.h

2004-08-02 Thread mturk
mturk 2004/08/02 09:36:00 Modified:ajp/ajplib/test ajp_msg.c ajp_header.c ajp.h Log: Rename _byte calls to _uint8. Revision ChangesPath 1.13 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c Index: ajp_msg.c =

cvs commit: jakarta-tomcat-site/xdocs-faq index.xml os2.xml project.xml

2004-08-02 Thread yoavs
yoavs 2004/08/02 07:59:35 Modified:docs/faq index.html os2.html docs/faq/printer index.html xdocs-faq index.xml os2.xml project.xml Log: Added z/OS to OS/2 page title(s). Revision ChangesPath 1.8 +3 -3 jakarta-tomcat-site/docs/fa

cvs commit: jakarta-tomcat-site/xdocs-faq os2.xml

2004-08-02 Thread yoavs
yoavs 2004/08/02 07:57:43 Modified:docs/faq os2.html xdocs-faq os2.xml Log: Added z/OS JZOS link. Revision ChangesPath 1.2 +15 -2 jakarta-tomcat-site/docs/faq/os2.html Index: os2.html ==

DO NOT REPLY [Bug 30322] - Jsp's source directory in task Jasper2 for ant

2004-08-02 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/ajp/ajplib/test ajp.h

2004-08-02 Thread Tapnio Rose A TSgt 460 MDS/SGPZ
Please get me off this mailing list! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 1:08 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h mturk 2004/08/02 00:07:37 Modified:ajp

DO NOT REPLY [Bug 30434] - Findbugs find 'Non-transient non-serializable instance field in serializable class' in java code generated from JSPs

2004-08-02 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 30434] - Findbugs find 'Non-transient non-serializable instance field in serializable class' in java code generated from JSPs

2004-08-02 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: JNDI Realm Bug

2004-08-02 Thread Tim Funk
Checkout and compile. The lazy way is to: 1) checkout/get only JNDIRealm 2) compile it using all of the jar files in common/lib and server/lib in your classpath 3) Place the compiled file in server/classes (in the correctly nested directory) -Tim Sebastien Brunot wrote: Does that means that i hav

RE: JNDI Realm Bug

2004-08-02 Thread Sebastien Brunot
Does that means that i have to checkout from CVS head and recompile tomcat to solve the problem, or is there a stable version which correct this ? Thanks for your answer, Sebastien -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: lundi 2 août 2004 14:15 To: Tomcat Devel

Re: JNDI Realm Bug

2004-08-02 Thread Tim Funk
IIRC - This was fixed in HEAD of JNDIRealm. -Tim Sebastien Brunot wrote: Hi, I'm using Tomcat 4.1.30 with JDK 1.4.2 on Windows XP Professionnal. I've got a problem with JNDIRealm : the group a user is in in my LDAP directory is an object which attribute "member" contains the user CN. So I've

DO NOT REPLY [Bug 30434] New: - Findbugs find 'Non-transient non-serializable instance field in serializable class' in java code generated from JSPs

2004-08-02 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

JNDI Realm Bug

2004-08-02 Thread Sebastien Brunot
Hi, I'm using Tomcat 4.1.30 with JDK 1.4.2 on Windows XP Professionnal. I've got a problem with JNDIRealm : the group a user is in in my LDAP directory is an object which attribute "member" contains the user CN. So I've set up the roleSearch attribute of JNDIRealm to the value "(member=*{0}

DO NOT REPLY [Bug 24970] - charset appended to content-type even if not text/*

2004-08-02 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: Libajp -- some naming considerations.

2004-08-02 Thread jean-frederic clere
Mladen Turk wrote: Hi, Cause the API still in the stage of developement I'd like to make some renaiming, cause we'll be stuck into for a while. 1. ajp_msg_get/peek_byte => ajp_msg_get/peek_uint8 to be consistent with other data type, or change the ajp_msg_append from uint8 to byte. +1 2. ajp_parse_

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-02 Thread mturk
mturk 2004/08/02 00:07:37 Modified:ajp/ajplib/test ajp.h Log: Some prototype params renaming to be consistent. Revision ChangesPath 1.28 +4 -4 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h =

cvs commit: jakarta-tomcat-connectors/ajp/ajplib/test ajp.h

2004-08-02 Thread mturk
mturk 2004/08/02 00:05:25 Modified:ajp/ajplib/test ajp.h Log: Make the doxygen happy. Revision ChangesPath 1.27 +7 -1 jakarta-tomcat-connectors/ajp/ajplib/test/ajp.h Index: ajp.h === RCS