Hi
All.
I am working on applet to servlet communication using object based HTTP
communication.
I have a login applet and on logging in it connects to a servlet , which in
turn does the validation
and sends the result back to the applet.
It uses the object based HTTP communication for talking between the applet
and the servlet.
This works FINE in Internet Explorer but doesn't work in netscape ( I have
tested on netscape 4.0 as well as 4.6 ). Netscape doesn't invoke the servlet
at all.
In O.Reilly Java servlet programming by John Hunter , there in a workaround
for
Netscape bug by setting the content type to
"application/x-www-form-urlencoded",
( page no 291 )I have tried this , but it didn't work.
Any suggestions ??
Is this a problem with netscape security ??? if so , how do I overcome this
...
Thanks in advance...
-sriram
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html