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:43:21 UTC

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

     [ https://issues.apache.org/jira/browse/FELIX-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reassigned FELIX-3814:
---------------------------------------

    Assignee: Carsten Ziegeler
    
> 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-3.1.8, webconsole-4.0.0
>            Reporter: Carsten Ziegeler
>            Assignee: 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