From: <php...@li...> - 2012-09-27 06:55:15
|
Hi all, For the below case (which is detected in jQuery tests), the result is different between Java Bridge and other PHP servers. Appreciate your help. ------------------------------------ <?php error_reporting(0); $callback = $_SERVER['REQUEST_URI']; echo $callback; ?> ------------------------------------ Java Bridge: URL: http://localhost/JavaBridgeTemplate621/mytest.php/jQuery18205753559164513847_1348726981322?_=1348726981488:1 Output: /JavaBridgeTemplate621/mytest.php?_=1348726981488:1 ------------------------------------ SourceForge server: URL: http://htmlunit.sourceforge.net/jquery/mytest.php/jQuery18205753559164513847_1348726981322?_=1348726981488:1 Output: /jquery/mytest.php/jQuery18205753559164513847_1348726981322?_=1348726981488:1 Ahmed |