Really appreciate the quick response. That looks like the root of our problems.
-----Original Message----- From: Jörg Hoh [mailto:[email protected]] Sent: Monday, August 03, 2015 4:26 PM To: [email protected] Subject: Re: help needed problems with redirects and https Hi Jason, you might want to check the changelog of the Apache Felix SSLFilter. Make sure that you have the latest version, as it changes a nasty bug there. Jörg 2015-08-03 22:22 GMT+02:00 Jason Bailey <[email protected]>: > Our environment is set up where we have an apache instance with a > dispatcher passing the requests back to our Sling instances. > > The apache instance prepends either /content/external1 or > /content/external2 onto the request before sending it the sling > instance(based on domain). In the sling instance we have the sling > resource resolver configuration that will remove /content/external1 > and > /content/external2 from all outgoing paths. > > This worked fine in our older version of sling(cq5.5) but in our > upgraded > version(aem6.0) we have a difference with redirects. Previously the > redirects would not have the protocol and host name, just the path .. > something like "/en_us/software/versions/foo" > > now the redirect has the full pathing... > http://www.sas.com/en_us/software/versions/foo. This is causing a > problem as it always specified it as http:// Even when our external > request that is hitting apache is in the form of https. Not sure if > something changed in Sling or with the new Jetty servlet engine. > > Any help would be appreciated. > > -Jason > -- Cheers, Jörg Hoh, http://cqdump.wordpress.com Twitter: @joerghoh
