[jira] [Commented] (WICKET-6254) Wicket WebSockets problem behind HTTP proxy without servlet context

2016-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15577740#comment-15577740
 ] 

ASF subversion and git services commented on WICKET-6254:
-

Commit b6225514d9ad35a545750e2930485e212e95ca88 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=b622551 ]

WICKET-6254 Wicket WebSockets problem behind HTTP proxy without servlet context

Extract the logic to calculate the url in WebSocketSettings. This way it could 
be configured globally and per behavior


> Wicket WebSockets problem behind HTTP proxy without servlet context
> ---
>
> Key: WICKET-6254
> URL: https://issues.apache.org/jira/browse/WICKET-6254
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-native-websocket
>Affects Versions: 7.3.0
>Reporter: Tom Götz
>Assignee: Martin Grigorov
>
> See discussion here:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-WebSockets-problem-with-servlet-context-td4675647.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6254) Wicket WebSockets problem behind HTTP proxy without servlet context

2016-10-15 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15577737#comment-15577737
 ] 

Martin Grigorov commented on WICKET-6254:
-

I've made it possible to override the different parts that are used to 
construct the url both globally and per behavior.
Would that be enough for you?

> Wicket WebSockets problem behind HTTP proxy without servlet context
> ---
>
> Key: WICKET-6254
> URL: https://issues.apache.org/jira/browse/WICKET-6254
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-native-websocket
>Affects Versions: 7.3.0
>Reporter: Tom Götz
>Assignee: Martin Grigorov
>
> See discussion here:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-WebSockets-problem-with-servlet-context-td4675647.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6254) Wicket WebSockets problem behind HTTP proxy without servlet context

2016-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15577733#comment-15577733
 ] 

ASF subversion and git services commented on WICKET-6254:
-

Commit 1236f50ad06a842c0efb68492038d51042f1b59d in wicket's branch 
refs/heads/wicket-7.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=1236f50 ]

WICKET-6254 Wicket WebSockets problem behind HTTP proxy without servlet context

Extract the logic to calculate the url in WebSocketSettings. This way it could 
be configured globally and per behavior


> Wicket WebSockets problem behind HTTP proxy without servlet context
> ---
>
> Key: WICKET-6254
> URL: https://issues.apache.org/jira/browse/WICKET-6254
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-native-websocket
>Affects Versions: 7.3.0
>Reporter: Tom Götz
>Assignee: Martin Grigorov
>
> See discussion here:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-WebSockets-problem-with-servlet-context-td4675647.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6254) Wicket WebSockets problem behind HTTP proxy without servlet context

2016-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15577701#comment-15577701
 ] 

ASF subversion and git services commented on WICKET-6254:
-

Commit 291541f4d567ca50cda05863600edeefda5dc3a6 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=291541f ]

WICKET-6254 Wicket WebSockets problem behind HTTP proxy without servlet context

Make it possible to override the parts needed to construct the WebSocket 
absolute url.
This is needed when the application runs in a servlet container that is proxied 
in front.
The constructed url has to point to the proxy server.
The application may use X-Forwarded-For-** headers set by the proxy, or custom 
configuration for different environments


> Wicket WebSockets problem behind HTTP proxy without servlet context
> ---
>
> Key: WICKET-6254
> URL: https://issues.apache.org/jira/browse/WICKET-6254
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-native-websocket
>Affects Versions: 7.3.0
>Reporter: Tom Götz
>Assignee: Martin Grigorov
>
> See discussion here:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-WebSockets-problem-with-servlet-context-td4675647.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WICKET-6254) Wicket WebSockets problem behind HTTP proxy without servlet context

2016-10-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15577700#comment-15577700
 ] 

ASF subversion and git services commented on WICKET-6254:
-

Commit 41a3b04a57a731e5723493092bce748aca58588c in wicket's branch 
refs/heads/wicket-7.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=41a3b04 ]

WICKET-6254 Wicket WebSockets problem behind HTTP proxy without servlet context

Make it possible to override the parts needed to construct the WebSocket 
absolute url.
This is needed when the application runs in a servlet container that is proxied 
in front.
The constructed url has to point to the proxy server.
The application may use X-Forwarded-For-** headers set by the proxy, or custom 
configuration for different environments


> Wicket WebSockets problem behind HTTP proxy without servlet context
> ---
>
> Key: WICKET-6254
> URL: https://issues.apache.org/jira/browse/WICKET-6254
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-native-websocket
>Affects Versions: 7.3.0
>Reporter: Tom Götz
>Assignee: Martin Grigorov
>
> See discussion here:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-WebSockets-problem-with-servlet-context-td4675647.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)