Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-643

wrong redirect URL in long-running conversation

    XMLWordPrintable

Details

    Description

      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
      }

      Attachments

        Activity

          People

            pmuiratbleepbleep Pete Muir (Inactive)
            simplex_jira Dmitry Cherepanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: