How to get hold of the JSP session scope bean from within a Filter?

2002-02-10 Thread Kar YEOW
Does anyone knows how to get a reference to the jsp bean (ie jsp:useBean scope='session') inside the Filter code? Kar Yeow System Architect APIR Systems Pty Ltd Ph: 61 2 6260 6035 Fax: 61 2 6260 6037 Email: [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: IIS Virtual hosting

2001-09-18 Thread Kar YEOW
where can I get a copy of the patched isapi_redirect.dll? TIA. kar - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 3:42 AM Subject: RE: IIS Virtual hosting Hi David, Multiple virtual hosts on IIS is something I have

Specify diff naming context in 4b7

2001-09-18 Thread Kar YEOW
I am trying to use JBoss with Tomcat4.0b7 but I couldn't change the default NamingContext. That is, instead of getting a JBoss naming context I got a Apache naming context which of cause will no be able to look up the EJB in JBoss. TIA. kar

Re: two questions

2001-10-18 Thread Kar YEOW
the oracle url look like this jdbc:oracle:thin:user/password@server:port:sid hope this help kar - Original Message - From: Jim Urban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 5:14 AM Subject: RE: two questions Open a command window. Change to the tomcat

Re: Always getting handshake_failure trying clientAuth

2001-10-18 Thread Kar YEOW
I have a similar problem that may be related here is the trace. Hope someone out here knows what it is. kar PS I am using tc4.0.1 [read] MD5 and SHA1 hashes: len = 3 [read] MD5 and SHA1 hashes: len = 73 HttpProcessor[443][4], READ: SSL v2, contentType = 22, translated length = 65 ***

Re: Always getting handshake_failure trying clientAuth

2001-10-21 Thread Kar YEOW
that there is an configuration problem. Please send your configuration information so that the others know what's up. Do you want to use client or server auth or both ? bye horst -Ursprüngliche Nachricht- Von: Kar YEOW [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 18. Oktober 2001 23:54 An: [EMAIL

401 - Cannot authenticate with the provided credentials

2001-10-21 Thread Kar YEOW
Hi, I am trying to use CLIENT-CERT auth-method and got the above error. I have got SSL and client authentication working by pointing the browser to https://blah. I want to use CLIENT-CERT auth method so that I can use the user and role specified in the web.xml. Exactly how CLIENT-CERT

Pls fix JDBCRealm.java for CLIENT-CERT auth-method

2001-10-21 Thread Kar YEOW
Hi, after looking thru the source code I discovered that the JDBCRealm's getPrincipal method is hard-coded to return null. This has cause the CLIENT-CERT with JDBCRealm to failed! I have sucessfully do it the MemoryRealm cause it return a user that match the certificate's subject name. I am

How to set up multiple auth-method in single webapps

2001-10-21 Thread Kar YEOW
Anyone? TIA. Kar

How do you invalidate a single sign on session?

2001-10-21 Thread Kar YEOW
Anyone? TIA. Kar

Pls fix SSLAuthenticator.java

2001-10-21 Thread Kar YEOW
During testing of logout from SingleSignOn, I discovered that the logout failed because when using CLIENT-CERT SSLAuthenticator.java authenticate method never associate the session with SingleSignOn. I wonder those who have access to Source could pls fix SSLAuthenticator.java. TIA. Kar PS Here

isapi_redirect does not pass certificate in javax.servlet.request.X509Certificate

2001-10-25 Thread Kar YEOW
How do you get isap_redirect to pass the client certificate to tomcat? Anyone? TIA. Kar

Re: Byte Serving PDF's

2001-11-14 Thread Kar YEOW
I believe PDF will show the pages downloaded so far without having the users wait for the entire file. Have a look at the prospectous on this site www.funtastics.com.au the PDF file seems to behave like that. Hope this help. Kar - Original Message - From: MacDonald, Todd [EMAIL