You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2012/12/11 18:27:21 UTC

[jira] [Created] (FELIX-3814) Javascript error when directly invoking a configuration with IE8

Carsten Ziegeler created FELIX-3814:
---------------------------------------

             Summary: Javascript error when directly invoking a configuration with IE8
                 Key: FELIX-3814
                 URL: https://issues.apache.org/jira/browse/FELIX-3814
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-4.0.0, webconsole-3.1.8
            Reporter: Carsten Ziegeler


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)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira