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
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
| 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
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
:( 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 Interoperability problem