You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Paul Ferraro (JIRA)" <ta...@jakarta.apache.org> on 2005/05/11 08:09:12 UTC

[jira] Created: (TAPESTRY-322) The url to which the RestartService redirects does include the servlet context path.

The url to which the RestartService redirects does include the servlet context path.
------------------------------------------------------------------------------------

         Key: TAPESTRY-322
         URL: http://issues.apache.org/jira/browse/TAPESTRY-322
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
    Reporter: Paul Ferraro
 Assigned to: Paul Ferraro 


The url to which the RedirectService redirects does include the servlet context path.
e.g.
In the workbench application (deployed within the "/workbench" context) the RestartService generates urls like "/app" instead of "/workbench/app".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Resolved: (TAPESTRY-322) The url to which the RestartService redirects does include the servlet context path.

Posted by "Paul Ferraro (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-322?page=all ]
     
Paul Ferraro resolved TAPESTRY-322:
-----------------------------------

     Resolution: Fixed
    Fix Version: 4.0

Uses IRequestCycle.getAbsoluteURL(...) to correctly generate the redirect url.

> The url to which the RestartService redirects does include the servlet context path.
> ------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-322
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-322
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Paul Ferraro
>     Assignee: Paul Ferraro
>      Fix For: 4.0

>
> The url to which the RedirectService redirects does include the servlet context path.
> e.g.
> In the workbench application (deployed within the "/workbench" context) the RestartService generates urls like "/app" instead of "/workbench/app".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org