]> granicus.if.org Git - apache/commit
Fix mod_rewrite's abs_URI handling.
authorAndré Malo <nd@apache.org>
Thu, 27 Feb 2003 02:50:04 +0000 (02:50 +0000)
committerAndré Malo <nd@apache.org>
Thu, 27 Feb 2003 02:50:04 +0000 (02:50 +0000)
commit5cede9cd451dd268da07f5f088b69fce2e5101a7
tree4c7b0ee8aec82bb66d959bdeb3bb32364955c6fe
parent0ad8eac798e468c54c2e3bfd1956007466ce6446
Fix mod_rewrite's abs_URI handling.
- uris were partially not correctly escaped (in particular:
  ldap, news, mailto)
- not all uri schemes contain an authority component (//)
- add nntp:// scheme
- don't add a query string (and drop r->args) if it's not
  http or mailto scheme
- be more efficient (think so)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98808 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c
modules/mappers/mod_rewrite.h