Yes, I think the right solution here is something like:
Object onAction() { return new ForwardToResource("/myform.jsp") }
or some such. We just need to define the ForwardToResource type, and
figure out how to implement it. The point is, you return something
from your event handler method so that Tapestry doesn't try to render
anything itself ... this is a similar case to handling a
StreamResponse.
Please add a new issue to cover this.
On Mon, Apr 6, 2009 at 6:45 AM, Massimo Lusetti <[email protected]> wrote:
> On Sun, Apr 5, 2009 at 12:17 PM, Borut Bolcina (JIRA) <[email protected]> wrote:
>
>> At http://tapestry.apache.org/tapestry5/guide/pagenav.html section "URL
>> response" it states:
>>
>> "A URL is handled as a client redirect to an external URL."
>>
>> So this is a client side redirect, which is exactly what I do NOT want
>> because the Tomcat log files would reveal username and password in plain
>> text which is not acceptable from security point. I want to perform a server
>> side redirect (forward) to a non Tapestry page.
>
> The issue is closed, i think you should reopen it if it cares or fire
> a new one. There could be some interesting thing coming out from this
> discussion, i think.
>
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Howard M. Lewis Ship
Creator Apache Tapestry and Apache HiveMind
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]