IE11 + Win7\8 - In web console for each rest request we get an error that effects nothing - XML5619

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Medium
    • None
    • Affects Version/s: 6.11.0
    • Component/s: Web Interface - AUI
    • None
    • Severity 3 - Minor

      How to reproduce:
      Open the dashboard and start navigating between tabs
      The actual error:
      XML5619: Incorrect document syntax. Line: 1, Column 1

      Possible effects:
      When using ajax calls without mentioning the accepted returned type may cause the object to be a string.

      What I came up with in the research:
      This was reproduced only on bulldog, not on my local env and not on EAC.
      You can clearly see the the 'content-type' is returned in the network but for some reason being filtered from the value returned to the js code.

      To make sure the issue is not a hacked jQuery version i loaded a fresh one:

      $.getScript('https://code.jquery.com/jquery-1.7.2.js')

      And used the new version to get something from server using $.get

            Assignee:
            Unassigned
            Reporter:
            Maxim Leizerovich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: