i have configured the tomcat (6.0.13) to use SSL when i access my app under https and try to check the HttpServletRequest.isSecure (the http servlet request is retrieved from RequestCycle.get()), it always returns false (i have already configured the tomcat connector to returns "true" for the "secure" attribute)
i don't know if it relates to wicket, but want to see if i can get any hint for this problem if somebody here is successful in using wicket+tomcat for this case -- View this message in context: http://www.nabble.com/fail-to-check-HttpServletRequest.isSecure-under-tomcat-tp16603545p16603545.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]
