[hibernate-dev] Re: Automatically Upgrade to HTTPS

2020-11-24 Thread Sanne Grinovero
Sure, we're in control of the DNS. On Tue, 24 Nov 2020 at 12:13, Max Rydahl Andersen wrote: > > can you control the dns ? i.e. for jbang.dev I moved to cloud flare for > dns to let me do things GitHub pages and hover.com didn't support doing. > > cloudflare seem to have more fine grained control

[hibernate-dev] Re: Automatically Upgrade to HTTPS

2020-11-24 Thread Max Rydahl Andersen
can you control the dns ? i.e. for jbang.dev I moved to cloud flare for dns to let me do things GitHub pages and hover.com didn't support doing. cloudflare seem to have more fine grained control options. /max +1 I think we need to move off github pages; it's great for simple projects but it'

[hibernate-dev] Re: Automatically Upgrade to HTTPS

2020-11-24 Thread Sanne Grinovero
+1 I think we need to move off github pages; it's great for simple projects but it's not flexible enough for us. On Tue, 24 Nov 2020 at 08:55, Gunnar Morling wrote: > > > it broke legacy applications whose XML parser will automatically fetch > the DTD from hibernate.org on startup, > > Gasp, I s

[hibernate-dev] Re: Automatically Upgrade to HTTPS

2020-11-24 Thread Gunnar Morling
> it broke legacy applications whose XML parser will automatically fetch the DTD from hibernate.org on startup, Gasp, I see. They shouldn't really be fetching that file in the first place, but I see how you don't want to break those consumers. You might do it perhaps by announcing a transition da

[hibernate-dev] Re: Automatically Upgrade to HTTPS

2020-11-23 Thread Yoann Rodiere
Hey, Ah, this again. We've already looked into it. Last time we did, we got bug reports because it broke legacy applications whose XML parser will automatically fetch the DTD from hibernate.org on startup, and does not handle redirection or HTTPS (I don't know which exactly). We cannot do this r