Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154748 Details for
Bug 237656
CVE-2007-1860 mod_jk sends decoded URL to tomcat
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for tomcat-connectors change the default value of JK_OPT_FWDURIDEFAUL
patch.txt (text/plain), 1.58 KB, created by
Jean-frederic Clere
on 2007-05-15 16:12:21 UTC
(
hide
)
Description:
Patch for tomcat-connectors change the default value of JK_OPT_FWDURIDEFAUL
Filename:
MIME Type:
Creator:
Jean-frederic Clere
Created:
2007-05-15 16:12:21 UTC
Size:
1.58 KB
patch
obsolete
>Index: jk/xdocs/reference/apache.xml >=================================================================== >--- jk/xdocs/reference/apache.xml (revision 538185) >+++ jk/xdocs/reference/apache.xml (working copy) >@@ -209,7 +209,7 @@ > <br/> > This directive can be used multiple times per virtual server. > <br/> >-The default value is "ForwardURICompat". >+The default value is "ForwardURICompatUnparsed". (Since 1.2.23) > </p></attribute> > <attribute name="JkEnvVar" required="false"><p> > Adds a name and an optional default value of environment variable >Index: jk/xdocs/miscellaneous/changelog.xml >=================================================================== >--- jk/xdocs/miscellaneous/changelog.xml (revision 538185) >+++ jk/xdocs/miscellaneous/changelog.xml (working copy) >@@ -28,6 +28,9 @@ > <subsection name="Native"> > <changelog> > <update> >+ Change the default value of JkOptions to ForwardURICompatUnparsed. The old default value was ForwardURICompat. (jfclere) >+ </update> >+ <update> > i5/OS (AS/400) V5R4 port where Apache 2.0 modules should now use UTF8. (hgomez) > </update> > <update> >Index: jk/native/common/jk_global.h >=================================================================== >--- jk/native/common/jk_global.h (revision 538185) >+++ jk/native/common/jk_global.h (working copy) >@@ -234,7 +234,7 @@ > #define JK_OPT_FWDURICOMPATUNPARSED 0x0002 > #define JK_OPT_FWDURIESCAPED 0x0003 > >-#define JK_OPT_FWDURIDEFAULT JK_OPT_FWDURICOMPAT >+#define JK_OPT_FWDURIDEFAULT JK_OPT_FWDURICOMPATUNPARSED > > #define JK_OPT_FWDKEYSIZE 0x0004 >
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 237656
: 154748