Re: Deadlock on lazy services

2021-12-18 Thread Dimitris Zenios
Hi This is what i did to fix the problem as well even though is not the optimal solution On Fri, Dec 17, 2021, 15:48 Oliver Kaiser wrote: > On 12/14/2021 10:40 PM, Dimitris Zenios wrote: > > Hi all it seems there is a raise condition when realizing lazy loaded > > services. > > > I managed to

Page links returned as http, not https or relative

2021-12-18 Thread JumpStart
Hi all, At long last I’ve moved redirection of HTTP to HTTPS from the app to the infrastructure, and set tapestry.secure-enabled =false as recommended in https://tapestry.apache.org/https.html . But now I’m hitting an age-old issue: page links ar

Re: Page links returned as http, not https or relative

2021-12-18 Thread JumpStart
I forgot to mention that HTTPS terminates at the load balancer. The app server sees just AJP or HTTP. > On 19 Dec 2021, at 12:10 pm, JumpStart > wrote: > > Hi all, > > At long last I’ve moved redirection of HTTP to HTTPS from the app to the > infrastructure, and set tapestry.secure-enabled