Re: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c

2017-04-19 Thread Eric Covener
On Wed, Apr 19, 2017 at 4:41 AM, jean-frederic clere wrote: > So I need 2 things: > 1 - Upgrade to jboss-remoting. > 2 - Proxy without the upgrade header. Okay, I don't think we had any way to know the module was being used for either of these things.A new directive will

AW: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c

2017-04-19 Thread Plüm , Rüdiger , Vodafone Group
che Nachricht- > Von: jean-frederic clere [mailto:jfcl...@gmail.com] > Gesendet: Mittwoch, 19. April 2017 10:42 > An: dev@httpd.apache.org > Betreff: Re: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ > CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c > > On

Re: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c

2017-04-19 Thread jean-frederic clere
On 03/02/2017 12:50 PM, Eric Covener wrote: > Curious about the headers in the bug report / recreate. I have looked to the problem again I have 2 JIRA related to the commit: https://issues.jboss.org/browse/JBCS-254 https://issues.jboss.org/browse/JBCS-291 Basically people using

Re: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c

2017-03-02 Thread Eric Covener
Curious about the headers in the bug report / recreate. On Thu, Mar 2, 2017 at 6:31 AM, Jim Jagielski wrote: > >> On Mar 2, 2017, at 5:58 AM, jean-frederic clere wrote: >> >>> >>> +upgrade = apr_table_get(r->headers_in, "Upgrade"); >>> +if (!upgrade

Re: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c

2017-03-02 Thread Jim Jagielski
> On Mar 2, 2017, at 5:58 AM, jean-frederic clere wrote: > >> >> +upgrade = apr_table_get(r->headers_in, "Upgrade"); >> +if (!upgrade || strcasecmp(upgrade, "WebSocket") != 0) { >> +ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02900) >> +

Re: svn commit: r1674661 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/proxy/mod_proxy_wstunnel.c

2017-03-02 Thread jean-frederic clere
On 04/19/2015 08:06 PM, j...@apache.org wrote: > Author: jim > Date: Sun Apr 19 18:06:05 2015 > New Revision: 1674661 > > URL: http://svn.apache.org/r1674661 > Log: > Merge r1674632 from trunk: > > mod_proxy_wstunnel: Bypass the handler while the connection is not > upgraded to WebSocket, so