From: Jost B. <jos...@ya...> - 2005-09-11 21:22:41
|
Hi Raphael, all pages are generated through tomcat, only the content within the page is generated by php. Since you use the default value for java.servlet which is: java.servlet="/JavaBridge/PhpJavaServlet" tomcat has set the path value to the app directory, which is "/JavaBridge". The reason why the bridge component truncated the /JavaBridge to / was to disallow session sharing for PHP pages which are outside of the app directory. The current test is wrong, of course: /JavaBridge != JavaBridge, so the bridge has incorrectly changed the path. > not relevant. Unfortunately I can not do it by > myself because I don't > know if it is handled by the JavaBridge or in > Tomcat. You can remove the strncmp from line#198 in http://cvs.sourceforge.net/viewcvs.py/php-java-bridge/php-java-bridge/protocol.c?annotate=1.29 I have created a bug report for this, please see PR1288025 (http://sourceforge.net/tracker/index.php?func=detail&aid=1288025&group_id=117793&atid=679233). I will prepare a 2.0.8RC3 tomorrow evening. Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |