[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 --- Comment #13 from Guido Jäkel --- (In reply to Rainer Jung from comment #11) > Hi Guido, > > I didn't have the time to follow the discussoin in detail, but would using > > AllowEncodedSlashes NoDecode > > help in any way? > Dear

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 --- Comment #12 from Guido Jäkel --- Dear Mark, I miss something important about the "directory traversal": If is set "AllowEncodedSlashes NoEncode" and "JkOptions +ForwardURICompatUnparsed", then with the example setup, the URI

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 --- Comment #11 from Rainer Jung --- Hi Guido, I didn't have the time to follow the discussoin in detail, but would using AllowEncodedSlashes NoDecode help in any way? I think we as just one module can not simply define our special

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 Guido Jäkel changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #10 from Guido Jäkel

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #17 from Konstantin Kolinko --- Please add the following line to your catalina.properties file: org.apache.catalina.connector.RECYCLE_FACADES=true as documented at

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 Mark Thomas changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #9 from Mark Thomas

Re: Help with windows tcnative crash

2018-08-22 Thread Mark Thomas
On 22/08/18 14:47, Mark Thomas wrote: > On 22/08/18 13:41, Christopher Schultz wrote: >> All, >> >> Can someone take a quick look at my analysis of the tcnative crash >> described here: >> https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 >> >> Without a debugger in Windows, I don't think I'll

Re: Help with windows tcnative crash

2018-08-22 Thread Rainer Jung
Am 22.08.2018 um 15:47 schrieb Mark Thomas: On 22/08/18 13:41, Christopher Schultz wrote: All, Can someone take a quick look at my analysis of the tcnative crash described here: https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 Without a debugger in Windows, I don't think I'll be able to

Re: Help with windows tcnative crash

2018-08-22 Thread Mark Thomas
On 22/08/18 13:41, Christopher Schultz wrote: > All, > > Can someone take a quick look at my analysis of the tcnative crash > described here: > https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 > > Without a debugger in Windows, I don't think I'll be able to find the > line of code where the

Help with windows tcnative crash

2018-08-22 Thread Christopher Schultz
All, Can someone take a quick look at my analysis of the tcnative crash described here: https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 Without a debugger in Windows, I don't think I'll be able to find the line of code where the problem is. There is an offset into the DLL where the error is

[Bug 57946] Configuration example for mod_jk should be updated to follow Apache 2.4 syntax scheme

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57946 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1838632 - in /tomcat/jk/trunk: conf/httpd-jk.conf xdocs/common_howto/loadbalancers.xml xdocs/common_howto/workers.xml xdocs/jk2/vhosthowto.xml xdocs/miscellaneous/changelog.xml xdocs/webs

2018-08-22 Thread markt
Author: markt Date: Wed Aug 22 12:24:46 2018 New Revision: 1838632 URL: http://svn.apache.org/viewvc?rev=1838632=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57946 Update the documentation to use httpd 2.4.x style access control directives. Modified:

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 Guido Jäkel changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #8 from Guido Jäkel

[Bug 59897] Buffer Overflow in FD_SET in nb_connect (jk_connect.c) leading to apache2 crash

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59897 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1838631 - in /tomcat/jk/trunk: native/common/jk_connect.c xdocs/miscellaneous/changelog.xml

2018-08-22 Thread markt
Author: markt Date: Wed Aug 22 12:13:07 2018 New Revision: 1838631 URL: http://svn.apache.org/viewvc?rev=1838631=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59897 Apache: Use poll rather than select to avoid the limitations of select triggering an httpd crash. Patch provided by

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 --- Comment #6 from Guido Jäkel --- (In reply to Mark Thomas from comment #5) > Thanks. I see what you are trying to do now. This is going to be an > interesting problem to solve. I suspect that it will require fixes / changes > in multiple

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-08-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 --- Comment #5 from Mark Thomas --- Thanks. I see what you are trying to do now. This is going to be an interesting problem to solve. I suspect that it will require fixes / changes in multiple components. For those following along, take a