Re: Same page secured and unsecured

2013-10-28 Thread Paul Stanton
Sorry for the thread revival, however I am coming up against the same problem. I have a page needs to be served via https for some customers and http for others. If I request the page via https without the @Secure annotation, all ajax event urls are incorrectly altered to:

Re: Same page secured and unsecured

2013-10-28 Thread Lenny Primak
I think you are running into this issue: https://issues.apache.org/jira/browse/TAP5-2080 Seems due to political issues it will not be fixed, But the workaround in the issue should work for you. I feel your pain because I had to implement a similar workaround as well. On Oct 28, 2013, at 2:35

Re: Same page secured and unsecured

2013-10-28 Thread Paul Stanton
Thanks Lenny that is exactly it and the solution works great. Agree with the bug poster and would vote for the issue if it weren't closed already. p. On 28/10/2013 6:05 PM, Lenny Primak wrote: I think you are running into this issue: https://issues.apache.org/jira/browse/TAP5-2080 Seems due

Same page secured and unsecured

2012-06-28 Thread Henrik von Schlanbusch
Hi Is it possible to have the same page secured and not secured? I have a page now that need to be accessed via https. Consequently I have annotated it with @Secure. But now I also need to access the same page via http. If I try to use the page from http, my ActionLinks do not work, but they do

Re: Same page secured and unsecured

2012-06-28 Thread Thiago H de Paula Figueiredo
On Thu, 28 Jun 2012 03:52:24 -0300, Henrik von Schlanbusch hen...@enovate.no wrote: Hi Hi! Is it possible to have the same page secured and not secured? I have a page now that need to be accessed via https. Consequently I have annotated it with @Secure. You misuderstood @Secure. You