The problem did eventually get solved, though I couldn't tell you how. It was a server issue, so our server people finally figured it out. I'm sorry I can be of any help to you here :(
Dane On Wed, Jul 22, 2009 at 1:19 PM, TahitianGabriel <[email protected]> wrote: > > Hi, > > Did you ever solve this problem? > I'm having the exact same problme with apache 2, tomcat 6 and wicket 1.3.6. > Some of the Https URLs are redirect to Http. It seems to happen when I use > the setResponsePage(Page) fonction. > > Any help would be appreciate... > > > > insom wrote: > > > > Thanks to everyone who has suggested solutions. It turns out that the > > issue is stranger than I thought, and it's not Wicket-specific. I'll > share > > what we've got, in case it helps anyone else (not that we have a solution > > yet.) > > > > We have a load balancer, Apache, and Tomcat handling requests. When any > > servlet application is called, for example, > > https://jprod01.chemeketa.edu/docs/ (which is one of the sample apps > that > > installs with Tomcat), it display perfectly fine if it has the "/" after > > docs. But if the URL is https://jprod01.chemeketa.edu/docs (without the > > "/") then browser automatically gets redirected to > > http://jprod01.chemeketa.edu/docs/ (with the "/" but without the "s" in > > "https"). Why? Who knows. > > > > -- > View this message in context: > http://www.nabble.com/https-flips-to-http-tp19403303p24613851.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
