]> granicus.if.org Git - apache/commit
Fix mod_rewrite's abs_URI handling.
authorAndre Malo <nd@apache.org>
Thu, 27 Feb 2003 02:50:04 +0000 (02:50 +0000)
committerAndre Malo <nd@apache.org>
Thu, 27 Feb 2003 02:50:04 +0000 (02:50 +0000)
commitf3f74792957ae7efb70cdf10ea6ca050069d80c5
tree4c7b0ee8aec82bb66d959bdeb3bb32364955c6fe
parent326a186e15058ae391beb16a05aedb4405f033bd
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