Bill

Results 13 comments of Bill

I agree. I thought that X-forwarded-prefix was a standard header but it is specific to nginx. I will take a look at the contextpath().

contextpath is empty. Attached is debug output from code I put into WebAppServlet.java Of note, initial load vs refresh. Query String is 'w=00&sitemap=main&subscriptionId=undefined&__async=true'. [refresh] Query String is 'w=00&sitemap=main'. The Referer...

Looking around a bit further, it seems like it is somewhat of an industry standard to use X-Forwarded-Prefix. That can be used with Apache or any other proxy that can...