ASF Bugzilla – Attachment 36136 Details for
Bug 62689
"OPTIONS *" brothers common/jk_util.c:jk_servlet_normalize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
apache-2.0/mod_jk.c patch
patch (text/plain), 436 bytes, created by
lzsiga@freemail.c3.hu
on 2018-09-07 09:30:43 UTC
(
hide
)
Description:
apache-2.0/mod_jk.c patch
Filename:
MIME Type:
Creator:
lzsiga@freemail.c3.hu
Created:
2018-09-07 09:30:43 UTC
Size:
436 bytes
patch
obsolete
>--- mod_jk.orig.c 2018-08-24 16:42:42.000000000 +0200 >+++ mod_jk.c 2018-09-07 11:27:45.637798286 +0200 >@@ -3765,6 +3765,7 @@ > rconf->rule_extensions = NULL; > ap_set_module_config(r->request_config, &jk_module, rconf); > >+ if (r->method_number==M_OPTIONS && strcmp (r->uri, "*")==0) return DECLINED; > if (!r->proxyreq) { > jk_server_conf_t *conf = > (jk_server_conf_t *) ap_get_module_config(r->server->
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 62689
: 36136