Re: HttpsMapper broken with Mounted pages

2013-01-15 Thread Martin Grigorov
Hi, Please create a ticket and attach your quickstart. It will be good to fix this for 6.5.0 (scheduled for this Friday (Jan 18)). On Tue, Jan 15, 2013 at 3:18 AM, Jeremy Levy jel...@gmail.com wrote: I believe I may have stumbled upon somewhat serious issue with 6.4.0 (and possibly earlier).

Re: HttpsMapper broken with Mounted pages

2013-01-15 Thread Jeremy Levy
Thanks- Done. https://issues.apache.org/jira/browse/WICKET-4979 On Tue, Jan 15, 2013 at 3:05 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Please create a ticket and attach your quickstart. It will be good to fix this for 6.5.0 (scheduled for this Friday (Jan 18)). On Tue, Jan 15,

Re: HttpsMapper broken with Mounted pages

2013-01-15 Thread Jeremy Levy
Just to close the loop here. If setRootRequestMapper(new HttpsMapper... is done before you add your mounts, they will not be enabled for SSL. I've added and updated the Wiki to reflect this as well as requested the line in the javadoc where this is be mentioned be made more prominent. Jeremy

Re: HttpsMapper broken with Mounted pages

2013-01-15 Thread Sven Meier
Thanks :) On 01/15/2013 08:45 PM, Jeremy Levy wrote: Just to close the loop here. If setRootRequestMapper(new HttpsMapper... is done before you add your mounts, they will not be enabled for SSL. I've added and updated the Wiki to reflect this as well as requested the line in the javadoc where

HttpsMapper broken with Mounted pages

2013-01-14 Thread Jeremy Levy
I believe I may have stumbled upon somewhat serious issue with 6.4.0 (and possibly earlier). A page that is annotated with @RequiresHttps and is mounted with any encoding method, when requested directly, or linked to is not switched over to https. If the page is not specifically mounted it works