Determining NT login name

2001-05-15 Thread Daniel A. Theobald
We are developing an intranet application to be deployed on a windows network. One of the requirements is that the user should not be required to login to the website, that their windows login should be sufficient. Does anyone know how to determine the windows username of the remote user in a

Determining NT login name

2001-05-15 Thread Daniel A. Theobald
We are developing an intranet application to be deployed on a windows network. One of the requirements is that the user should not be required to login to the website, that their windows login should be sufficient. Does anyone know how to determine the windows username of the remote user in a

Servlet 2.3 filtering issue

2001-05-04 Thread Daniel A. Theobald
using tomcat 4.0-b3 I am trying to wrap every page that someone requests in layout.jsp. I set up a filter which matches on all urls. I wrap the HttpServletRequest, and overide the getServletPath and getRequestURI to return my layoutpage. Everything works great as long as the page I request

Re: Class not found on import

2000-12-19 Thread Daniel A. Theobald
Hey Matt, Funny I was just thinking of you a couple of days ago when we drove by that Dim-Sum restaurant we saw you in a couple of years ago... how are things going? Are you still in DC? Idon't remember where you were as of reunions daniel Matt Becker wrote: I should be able to take the

Re: non-cookie session tracking?

2000-11-13 Thread Daniel A. Theobald
Konrad KamiƱski wrote: Use response.encodeURL (url) for URL encoding with session tracking -Original Message- From: Daniel A. Theobald [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 4:20 PM To: [EMAIL PROTECTED] Subject: non-cookie session tracking? Does

Re: non-cookie session tracking?

2000-11-13 Thread Daniel A. Theobald
This approach sounds promising, with much less of a performance hit than doing it dynamically on the server side. Has anyone actually tried this approach before? The way the site works right now, any page that leaves the site is brought up in a separate window anyway. So by the same token we

setProperty stopped working

2000-11-10 Thread Daniel A. Theobald
tomcat 3.1 NT Wondering if anyone has seen this. The reflection used in setProperty is choosing the wrong set method. Current hypothesis is that the classes where compiled in jdk1.3 and that the machine tomcat is on is using 1.2.We are working on resolving it, just wondering if anyone has