ICEfaces
  1. ICEfaces
  2. ICE-1411

Safari incorrectly handles redirect URLs containing ampersand

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#2
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: Bridge
    • Labels:
      None
    • Environment:
      Safari 2.0.4

      Description


      The following redirect URL (used by Seam)

      <redirect url="/seam-dvd/newuser/account.seam?conversationIsLongRunning=true&amp;conversationId=70&amp;conversationIsLongRunning=true&amp;rvn=1"/>

      is incorrectly decoded by Safari 2.0.4 as indicated in the ICEfaces JavaScript console

      11:52:40 info [window] : Redirecting to /seam-dvd/newuser/account.seam?conversationIsLongRunning=true&#38;conversationId=72&#38;conversationIsLongRunning=true&#38;rvn=1

      This is fixed in nightly builds of WebKit

        Activity

        Hide
        Ted Goddard added a comment -

        A fix, which can be removed when a fixed version of Safari is released, is to replace all instances of the encoded ampersand with an actual ampersand.

        Show
        Ted Goddard added a comment - A fix, which can be removed when a fixed version of Safari is released, is to replace all instances of the encoded ampersand with an actual ampersand.

          People

          • Assignee:
            Unassigned
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: