[jira] [Commented] (FELIX-5348) [HTTP Service] Location not URL Encoded during Redirect

2016-09-21 Thread Carsten Ziegeler (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15509113#comment-15509113
 ] 

Carsten Ziegeler commented on FELIX-5348:
-

[~djaeggi] Important information is missing here, which version of the 
sslfilter is used?

> [HTTP Service] Location not URL Encoded during Redirect
> ---
>
> Key: FELIX-5348
> URL: https://issues.apache.org/jira/browse/FELIX-5348
> Project: Felix
>  Issue Type: Bug
>  Components: HTTP Service
>Reporter: Dominique Jäggi
>
> With SSL forwarding enabled, a _sendRedirect_ will not properly encode the 
> resulting location header value:
> {noformat}
> > GET /?$$bla$$=test HTTP/1.1
> > Host: localhost:4502
> > Authorization: Basic YWRtaW46YWRtaW4=
> > User-Agent: curl/7.49.1
> > Accept: */*
> > X-Forwarded-SSL:on
> >
> < HTTP/1.1 302 Found
> < Location: https://localhost/index.html?$$bla$$=test
> < Transfer-Encoding: chunked
> <
> * Connection #0 to host localhost left intact
> {noformat}
> Non-SSL-forwarded requests result in properly encoded location header.



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


[jira] [Commented] (FELIX-5348) [HTTP Service] Location not URL Encoded during Redirect

2016-09-21 Thread Carsten Ziegeler (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15509114#comment-15509114
 ] 

Carsten Ziegeler commented on FELIX-5348:
-

Looks like a duplicate of FELIX-5027 to me

> [HTTP Service] Location not URL Encoded during Redirect
> ---
>
> Key: FELIX-5348
> URL: https://issues.apache.org/jira/browse/FELIX-5348
> Project: Felix
>  Issue Type: Bug
>  Components: HTTP Service
>Reporter: Dominique Jäggi
>
> With SSL forwarding enabled, a _sendRedirect_ will not properly encode the 
> resulting location header value:
> {noformat}
> > GET /?$$bla$$=test HTTP/1.1
> > Host: localhost:4502
> > Authorization: Basic YWRtaW46YWRtaW4=
> > User-Agent: curl/7.49.1
> > Accept: */*
> > X-Forwarded-SSL:on
> >
> < HTTP/1.1 302 Found
> < Location: https://localhost/index.html?$$bla$$=test
> < Transfer-Encoding: chunked
> <
> * Connection #0 to host localhost left intact
> {noformat}
> Non-SSL-forwarded requests result in properly encoded location header.



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