[xwiki-users] Xwiki could not load jquery
Hello, With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3 By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page: https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js but FF 32.0.3 could not load it :-/ Do you encountered this problem? (I already had refreshed my cache) Thxs Pascal B
Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056 On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <[email protected]> wrote:
Hello, With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
but FF 32.0.3 could not load it :-/
Do you encountered this problem?
(I already had refreshed my cache)
Thxs
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Ok Thanks for your help, it was my server side fault (and FF upgrade need to be restarted in 32.0.3 :-/ ) BTW when I'm looking for error source, I notice than jquery.js is not in static fileanymore in xwiki 6.2.1 (jquery is only in jquery-1.11.1.jar and not in /resources/js/amd/jquery.js)... What is the goal? a security hole? ________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Vendredi 3 octobre 2014 11h58 Objet : Re: [xwiki-users] Xwiki could not load jquery Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056 On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <[email protected]> wrote:
Hello, With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
but FF 32.0.3 could not load it :-/
Do you encountered this problem?
(I already had refreshed my cache)
Thxs
Pascal B _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Mostly easier packaging. All we have to do is declare jquery as a dependency and it end up in the WAR. We used to copy/paste jquery source in our own github repository which is pretty bad (and other libraries are still there that we need to move the same way). We could unzip the jar at build time but from the tests there does not seems to be much performance penalty. On Fri, Oct 3, 2014 at 2:17 PM, Pascal BASTIEN <[email protected]> wrote:
Ok Thanks for your help, it was my server side fault (and FF upgrade need to be restarted in 32.0.3 :-/ )
BTW when I'm looking for error source, I notice than jquery.js is not in static fileanymore in xwiki 6.2.1 (jquery is only in jquery-1.11.1.jar and not in /resources/js/amd/jquery.js)... What is the goal? a security hole?
________________________________ De : Thomas Mortagne <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Vendredi 3 octobre 2014 11h58 Objet : Re: [xwiki-users] Xwiki could not load jquery
Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056
On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <[email protected]> wrote:
Hello, With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
but FF 32.0.3 could not load it :-/
Do you encountered this problem?
(I already had refreshed my cache)
Thxs
Pascal B
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
participants (2)
-
Pascal BASTIEN -
Thomas Mortagne