You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christoph Neuroth (Created) (JIRA)" <ji...@apache.org> on 2012/01/04 12:49:38 UTC

[jira] [Created] (OFBIZ-4645) creates links without jsessionid for users who have cookies disabled

<link> creates links without jsessionid for users who have cookies disabled
---------------------------------------------------------------------------

                 Key: OFBIZ-4645
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4645
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Christoph Neuroth


HtmlMenuRenderer.renderLink uses WidgetWorker.buildHyperlinkUrl to construct the URL. Other parts of OfBIZ use RequestHandler.makeLink. The latter will include the jsessionid as a parameter in the generated URL if neccessary (i.e. cookies are not available), but the former does not. Because of this, all links that are rendered using the <link> tag in an XML Form definition will send the user back to the login page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira