Re: [PATCH] Fixing Interoperability problem in iis connector

2002-11-19 Thread Henri Gomez
Steven Velez wrote: OK... I wasn't sure if that was an acceptable solution. In that case, the patch for existing files is one attachment and the two new files are two other attachments. They need to go in jakarta-tomcat-connectors\jk\native\iis. Thanks. If Nacho agree on this patch and comm

Re: [PATCH] Fixing Interoperability problem in iis connector

2002-11-12 Thread Bill Barker
Post the patch as an attachment. - Original Message - From: "Steven Velez" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 10:00 AM Subject: RE: [PATCH] Fixing Interoperability problem in

RE: [PATCH] Fixing Interoperability problem in iis connector

2002-11-12 Thread Steven Velez
| 678-202-2226 -Original Message- From: Steven Velez [mailto:svelez@;alventive.com] Sent: Tuesday, November 12, 2002 12:23 PM To: 'Tomcat Developers List' Subject: RE: [PATCH] Fixing Interoperability problem in iis connector This should, hopefully, be correctly formatted. I

RE: [PATCH] Fixing Interoperability problem in iis connector

2002-11-12 Thread Steven Velez
IT(rinfo_set_uri); return; } internal_set_string(ri, &(ri->uri), uri); LOG_EXIT(rinfo_set_uri); } void rinfo_set_query_string(request_information_t * ri, char *qs) { LOG_ENTER(rinfo_set_query_string); /* protection */ if (ri == NULL) { LOG_EXIT(rinf

RE: [PATCH] Fixing Interoperability problem in iis connector

2002-11-12 Thread Steven Velez
:( My mail client warpped the code inappropriately.. I will remedy this and re-post. Thanks, Steven -Original Message- From: Steven Velez [mailto:svelez@;alventive.com] Sent: Tuesday, November 12, 2002 12:12 PM To: 'Tomcat Developers List' Subject: [PATCH] Fixing Interoperabili

[PATCH] Fixing Interoperability problem in iis connector

2002-11-12 Thread Steven Velez
I have noticed problems in the Jakarta tomcat IIS connector when it is used in conjunction with Netegrity's SiteMinder web agent. The following patch works-around the problem by giving the user the option of passing data between the filter and the extension using shared memory instead of headers.