[ 
https://issues.apache.org/jira/browse/TAP5-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thiago H. de Paula Figueiredo closed TAP5-1767.
-----------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
                   5.2
                   5.4

The URL rewriter API code from 5.1.0.5 was copied and adapted for use with 
Tapestry 5.2+ in a separate package. Sources at 
https://github.com/thiagohp/tapestry-url-rewriter/, JAR at the Maven Central 
Repository: 
<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-url-rewriter</artifactId>
    <version>1.0.1</version>
</dependency>

Notice version 2.0.0 of tapestry-url-rewriter is not backward-compatible with 
1.0.1, as 2.0.0 removes all the outgoing URL support, as LinkTransformer is 
better at it.

> Making URLRewrite optionally available for smooth upgrading
> -----------------------------------------------------------
>
>                 Key: TAP5-1767
>                 URL: https://issues.apache.org/jira/browse/TAP5-1767
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Angelo Chen
>            Assignee: Thiago H. de Paula Figueiredo
>              Labels: URLrewrie
>             Fix For: 5.4, 5.2, 5.3
>
>
> 1. removal of URLRewrite in 5.3 make it difficult to upgrade to 5.3 as we 
> have to test all the rules again.
> 2. lack of outbound link rewriting in LinkTransformer has totally stopped my 
> effort in upgrading to 5.3
> I'd suggest to make the urlrewrite a separate module so we can upgrade to 5.3 
> smoothly. thanks



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to