ASF Bugzilla – Attachment 18959 Details for
Bug 36121
Including JSP's changes working directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
bug36121.txt (text/plain), 843 bytes, created by
Mark Thomas
on 2006-10-03 20:23:45 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Mark Thomas
Created:
2006-10-03 20:23:45 UTC
Size:
843 bytes
patch
obsolete
>Index: mod_jk.c >=================================================================== >--- mod_jk.c (revision 451489) >+++ mod_jk.c (working copy) >@@ -2627,14 +2627,6 @@ > r->handler = apr_pstrdup(r->pool, JK_HANDLER); > apr_table_setn(r->notes, JK_NOTE_WORKER_NAME, worker); > >- /* This could be a sub-request, possibly from mod_dir */ >- /* Also set the HANDLER and uri for subrequest */ >- if (r->main) { >- r->main->handler = apr_pstrdup(r->main->pool, JK_HANDLER); >- r->main->uri = apr_pstrdup(r->main->pool, r->uri); >- apr_table_setn(r->main->notes, JK_NOTE_WORKER_NAME, worker); >- } >- > return OK; > } > else if (conf->alias_dir != NULL) {
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 36121
:
18959