I am concerned that the loss of original escaping
will break somebody.  For instance:

r->unparsed_uri       = "fe%3afi%40fo%3ffum"
r->uri                = "fe:fi@fo?fum"
ap_escape_uri(r->uri) = "fe:fi@fo%3ffum"

Magically authentication information appears in
my request to an oddly-named server.

Maybe the solution is to choose one of the three
at runtime by a mod_jk config option?

Keith

| -----Original Message-----
| From: David Rees [mailto:[EMAIL PROTECTED]]
| Sent: Wednesday, August 15, 2001 1:45 AM
| To: [EMAIL PROTECTED]
| Subject: Re: [TC3.2.3][PATCH] mod_jk / mod_rewrite bug fix
| 
| 
| On Tue, Aug 14, 2001 at 11:49:43PM -0400, Keith Wannamaker wrote:
| > Try ap_escape_uri
| 
| That does the trick.
| 
| Here's the patch which gets things working again, thanks for all the help. 
| Hopefully this will get applied soon.  Is there any 3.2.4 release planned to
| fix the small number of bugs/problems in 3.2.3 (I also recall bumping into
| some issues with error documents and getting into infinite loops which were
| fixed)
| 
| Thanks,
| Dave

Reply via email to