Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] URL Rewrite, including http->https

Take a look at org.eclipse.jetty.server.handler.SecuredRedirectHandler


On Fri, Oct 13, 2017 at 4:14 PM, Pankaj K Garg <garg@xxxxxxxxxxx> wrote:
Hi,

 I'm looking for a simple way of re-directing all HTTP traffic to HTTPS, and all non-www.domain.com to www.domain.com.

 From Googling around, it doesn't look like this is straightforward in Jetty like in Apache or ngnix.

 Please let me know if there's a simple way of doing this.

 Thanks.

Pankaj


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top