Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-3814

Javascript error when directly invoking a configuration with IE8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • webconsole-3.1.8, webconsole-4.0.0
    • webconsole-4.2.0
    • Web Console
    • None

    Description

      When requesting a specific configuration directly using IE8 like:
      http://localhost:8080/system/console/configMgr/org.apache.sling.event.impl.jobs.jcr.LockManager

      this results in a javascript error.

      I'Ve traced this a little bit down (or tried to) and it seems that this call in config.js:
      $.post(create ? uri + '?create=1' : uri, null, displayConfigForm, 'json');
      does a GET on IE8 which in turn doesn't return JSON and that results in a parsing error

      (but might also be something completely different)

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            cziegeler Carsten Ziegeler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: