Re: http redirection to https port 443

2016-06-02 Thread Kalle Korhonen
No need to override BaseURLSource. You can just configure SymbolConstants.HOSTPORT_SECURE to 443. The default is 0, which means use request.serverPort. I'd say you are missing something from Jetty configuration, since you are getting that port from the request, but add a breakpoint to BaseURLSource

Re: http redirection to https port 443

2016-06-02 Thread Thiago H de Paula Figueiredo
On Thu, 02 Jun 2016 11:12:11 -0300, Qbyte Consulting wrote: Hi, Hello! Try overriding or decorating the BaseURLSource service. I've been trying to configure Jetty 9.2 to redirect http requests to https port 443. No luck so far. The app has confured web.xml to secure it. I seem to r

http redirection to https port 443

2016-06-02 Thread Qbyte Consulting
Hi, I've been trying to configure Jetty 9.2 to redirect http requests to https port 443. No luck so far. The app has confured web.xml to secure it. I seem to recall that Tapestry (using 3.6) might have some kind of module configuration for identifying ports to use? As it stands http requests ge