ASF Bugzilla – Attachment 18773 Details for
Bug 40373
mod_dir adds trailing slash after internal redirect by mod_rewrite to a non-folder uri
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
3.txt (text/plain), 542 bytes, created by
Bob Ionescu
on 2006-08-31 01:03:44 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Bob Ionescu
Created:
2006-08-31 01:03:44 UTC
Size:
542 bytes
patch
obsolete
>Index: modules/mappers/mod_dir.c >=================================================================== >--- modules/mappers/mod_dir.c (revision 420983) >+++ modules/mappers/mod_dir.c (working copy) >@@ -116,6 +116,11 @@ > return DECLINED; > } > >+ /* skip after internal redirects from mod_rewrite */ >+ if (!strcmp(r->handler, "redirect-handler")) { >+ return DECLINED; >+ } >+ > d = (dir_config_rec *)ap_get_module_config(r->per_dir_config, > &dir_module); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40373
:
18773
|
18779
|
23012