[Helma-user] Java File Upload Applet to Helma intergration
Julian Tree
julian.tree at gmail.com
Tue Aug 15 04:10:51 CEST 2006
Here is a two part question. I am trying to interegrate Gallery Remote
Applet from the php gallery project into a helma application. I have
modified the galelry code enough that it almost work except for the
following problems I have encountered in Safari, I think the question
invovest how helma obtains the http_remotehost
When the browser first hit helma the http_remotehost is reconized as
http_remotehost=0:0:0:0:0:0:0:1%0
but when the the Applet hits the server the server sees the remote host as
http_remotehost=127.0.0.1
That ip address is then append to the session.cookie I assume.
This cause a problem, because it views the applet and the web page as
two different sessions.
This problem is NOT happening in FireFox or Camino, so it could be a
browser issue.
using mac os Tiger
there is a v6 IP mapping in my /etc/hosts file such as
::1 localhost filepress.local
If anyone has any ideas please let me know. I think this has to do
with how helma resolved hostname to ip address....
More information about the Helma-user
mailing list