Home » HTML » HTML_AJAX » Bug #9847
Case-insensitive javascriptLibraries in HTML/AJAX/Server.php
Details
| Submitted | 2007-01-16 14:54 UTC |
|---|---|
| From | bassul at gmail dot com |
| Assigned | jeichorn |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | 5.1.6 |
| OS | Linux |
| Roadmaps | 0.5.1 |
Comments
[2007-01-16 14:54 UTC] bassul at gmail dot com
Description:
------------
When calling a default server with client=standard, not all the files included in the 'standard' jslibrary are provided.
It's a Gentoo installatino, but files are not found because of case (Main.js, Loading.js). It's enough to just update the file names in Server.php (around line 125 ).
Expected result:
----------------
Main.js and Loading.js should be in the output.
Actual result:
--------------
alert('Unable to find javascript file: /usr/share/php/data/HTML_AJAX/js/main.js');
alert('Unable to find javascript file: /usr/share/php/data/HTML_AJAX/js/loading.js');