On Fri, Apr 10, 2015 at 5:56 AM, George Christman <gchrist...@cardaddy.com>
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 request.
>
>
> https://github.com/apache/tapestry-5/blob/840533975a33d9094789bc09e40557a5c3ec7ba8/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/DefaultRequestExceptionHandler.java
>
> The problem I face with this is we need to have secure links and it's
> creating an non secure absolute link. Is there a way to override this
> behavior so that I don't need to depend on our reverse proxy to forward the
> request?
>

Obviously the DefaultRequestExceptionHandler can be replaced like the name
implies. But yes, please open an issue and I'll fix it.

@Dimitris, yes your analysis is completely correct, should have gone
through it more carefully when I merged it in.

Kalle

Reply via email to