Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-13 Thread George Christman
Created a JIRA issue yesterday :) https://issues.apache.org/jira/browse/TAP5-2471 On Mon, Apr 13, 2015 at 12:30 PM, Dimitris Zenios wrote: > Tapestry itself does not contribute any configuration to the > RequestExceptionHandler service. > > One of the project that contributes a configuration i

Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-13 Thread Dimitris Zenios
Tapestry itself does not contribute any configuration to the RequestExceptionHandler service. One of the project that contributes a configuration is tapestry-security "configuration.add(ShiroException.class, SecurityExceptionHandlerAssistant.class);" So if the exceptions you are testing are not o

Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-12 Thread George Christman
Thanks Kalle and yes I did try overriding the service with my own implementation, however I must have been missing something some wheres because the configuration always appeared to be empty triggering a renderException. On Fri, Apr 10, 2015 at 7:14 PM, Kalle Korhonen wrote: > On Fri, Apr 10, 20

Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-10 Thread Kalle Korhonen
On Fri, Apr 10, 2015 at 5:56 AM, George Christman wrote: > I'm using relative links throughout my application and allowing our reverse > proxy to handle our secure port forwarding. > > I just discovered that DefaultRequestExceptionHandler on line 210 is > creating an absolute link for all xhr req