]
Pete Muir updated WELD-643:
---------------------------
Fix Version/s: 1.1.0.BETA2
wrong redirect URL in long-running conversation
-----------------------------------------------
Key: WELD-643
URL:
https://jira.jboss.org/browse/WELD-643
Project: Weld
Issue Type: Bug
Components: Web Tier integration (JSF, JSP, EL and Servlet)
Affects Versions: 1.0.1.Final
Reporter: Dmitry Cherepanov
Fix For: 1.1.0.BETA2
when I try to send redirect to URL like "/path/to/my/view.xhtml", browser
receives redirect to "/view.jsf"
this happens if long-running conversation is active
it seems the problem in following code
public FacesUrlTransformer toRedirectViewId()
{
// skipped
int lastSlash = url.lastIndexOf("/");
if (lastSlash > 0)
{
url = url.substring(lastSlash);
}
// skipped
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: