Applet/Servlet comm. - sending Certificates

2000-01-18 Thread Markus Greunz
Hello, I have encountered a problem in applet/servlet communication regarding serialization of X509Certificates. When I try to send a X509Certificate to an ObjectOutputStream I get the following Error: Exception: sun.security.x509.X509CertImplError I have consulted the API documentation which

Re: Applet Servlet Comm.

1999-01-02 Thread Siros Supavita
Title: RE: Applet Servlet Comm. Hello, When I open URLConnection from applet to servlet that required authorized request, my browser pop-up login window (like usual) Open URLConnection on Applet is same way as make HTTP request from Web Browser (That's what I've seen) Hope

Re: Applet Servlet Comm.

1999-01-02 Thread Yagiz Erkan
<> Is it possible to prevent the unauthorized clients from connecting to <> servlets by opening URLConnection ? Merhaba, You can use the "HTTP Authentication" for this. There should be some articles on Internet explaining how to implement it... Regards, Yagiz Erkan Softwar

Re: Applet Servlet Comm.

1999-01-02 Thread Andras Balogh
Hi, Maybe by checking a password field or the existence of a session ? Best wishes, Andras. - Original Message - From: SERKAN TAS (IT-TMO) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 1999 2:14 PM Subject: Applet Servlet Com

Applet Servlet Comm.

1999-01-02 Thread SERKAN TAS (IT-TMO)
Is it possible to prevent the unauthorized clients from connecting to servlets by opening URLConnection ? Thanks. ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-IN