Hi Am 29.09.2014 um 11:47 schrieb Antonio Sanso <[email protected]>:
> (sorry I am not subscribed to the list) You should be subscribing :-) > > the configuration options proposed by Jan is a good solution IMHO. Look at how we do it in the SslFilterResponse class. The SslFilterRequest.getServerPort should (must?) apply the same logic. Regards Felix > > regards > > antonio > > On Sep 29, 2014, at 10:54 AM, Antonio Sanso > <[email protected]<mailto:[email protected]>> wrote: > > hi *, > > looking at [FELIX-3693] HTTP SSLFilter [0] specially at the SslFilterRequest > it looks to me that the final Request object might end up having this weird > behavior: > > - request.getScheme() ==> https > - request.getServerPort() ==> 80 > > and possibly > > - request.getRequestURL() ==> https://domain.80/active.html > > IMHO having a scheme https with a port 80 might lead to some inconsistencies > . WDYT? > > regards > > antonio > > [0] https://issues.apache.org/jira/browse/FELIX-4420 >
