I've got a test server which is behind a reverse proxy which is handling https. As a result, Ajax requests are being requested with http:// instead of https:// which is breaking things. I assume this is because the reverse proxy is terminating the https session and sending a plain http request to tomcat/jetty. I haven't investigated this at all, I'm just going by the bug report, but I'm wondering how tacos gets the protocol for URLs so that I can look at manipulating it somehow.
In reality, our application will always be https and fronted by a proxy, so simply hardcoding the thing is possible, but certainly not preferred. --sam ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
