dennis hoersch created MYFACES-3671:
---------------------------------------
Summary: jsf-uncompressed.js contains 'import' of not existing
file '_FinalizeableObj.js'
Key: MYFACES-3671
URL: https://issues.apache.org/jira/browse/MYFACES-3671
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.1.10
Environment: Firefox
Reporter: dennis hoersch
The 'jsf-uncompressed.js' tries to load the script '_FinalizeableObj.js' that
seams not to exist?
_ls("#{resource['org.apache.myfaces.core.impl.xhrCore:_FinalizeableObj.js']}",
null, null, "UTF-8", false);
This results in an empty string for the load:
_ls("", null, null, "UTF-8", false);
which causes a second request to the original page in my browser.
--
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