Re: Client Cert

2006-02-21 Thread David Tonhofer, m-plify S.A.
he JCAPI lib (www.phoex.com) in an applet So, now the user can choose the cert to send to server. It works on Windows keystore. On 2/17/06, David Tonhofer, m-plify S.A. <[EMAIL PROTECTED]> wrote: --On Friday, February 17, 2006 2:01 PM -0300 Luis Henrique <[EMAIL PROTECTED]> wrote:

Re: Client Cert

2006-02-17 Thread David Tonhofer, m-plify S.A.
--On Friday, February 17, 2006 2:01 PM -0300 Luis Henrique <[EMAIL PROTECTED]> wrote: I dont care about the session security. I just want to associate the broser user with one in my database. For this a need to get his cert. You *can* set up HTTPS then drop to NULL encryption :-P To get the

Re: RFC2268

2006-02-07 Thread David Tonhofer, m-plify S.A.
This? --On Tuesday, February 07, 2006 2:10 PM -0500 Martin Gainty <[EMAIL PROTECTED]> wrote: Good Afternoon All I am attempting to locate RFC2268 (RC2) java security providers for J2SDK 1.42 Suggestions??? Thanks, Martin- --

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-31 Thread David Tonhofer, m-plify S.A.
Hello, I think will have to make amends for my post where I recommended to "consider steering clear of J2EE". Thus deepening the off-topicness. Jess Holle said it: This affects things ranging from surveys of developers asking "Which of the following do you use? (a) J2EE, (b) .NET, ..." where d

RE: From Java to C#, ASP.NET [Off Topic]

2006-01-29 Thread David Tonhofer, m-plify S.A.
David Thielen <[EMAIL PROTECTED]> wrote My conclusion between the two (now that .NET 2.0 has shipped) is: Portable - java Otherwise - .NET. A lot of the .NET advantage comes from the fact that the entire stack is from Microsoft so it all just works and is easy to use. Thanks - dave S'probably

Re: JAVA_OPTS settings

2005-10-21 Thread David Tonhofer, m-plify S.A.
If you are using the Sun JVM, the first page that comes to mind is and more generally . But it looks like a lot of patience and testing/simulation will be needed to get good results. --On Frid

Re: The query string

2005-10-13 Thread David Tonhofer, m-plify S.A.
Yes. Try the HttpServletRequest.getRequestURI() and HttpServletRequest.getQueryString() or something like that. --On Thursday, October 13, 2005 11:15 PM +1000 Kyle <[EMAIL PROTECTED]> wrote: Aren't these just ServletRequest parameters, so request.getParameter(string) should do it shouldn't it