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
Hi.
Yes. It will stay that way. Java doesn't support path extension as Apache
does (we use a rewrite rule to emulate the behaviour as much as possible).
Please use Apache as a front end.