On Wed, 01 Oct 2014 05:31:08 -0300, John <j...@quivinco.com> wrote:

But thanks for the point about URL rewriting, that seems to be the main problem. Could some Tapestry filter rewite the URLs based on the request header,

You can do that using the LinkRewriter API or the old Tapestry URL rewriter API (for incoming URLs, the old API is easier to use than LinkRewriter): https://github.com/thiagohp/tapestry-url-rewriter.

<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-url-rewriter</artifactId>
    <version>2.0.0</version>
</dependency>

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to