RequestDispatcher - Request Parameters lost

2002-03-16 Thread FuernissOliver
i´ve got an problem (Orion 1.5.3) when using the RequestDispatcher to forward an request to an servlet. But only when cookies are disabled. String url = response.encodeURL( "/testServlet?hello=World" ); request.getRequestDispatcher( url ).forward(request, response); ... // content of url: //

RE: AutoGen Primary Key for Entity Beans

2002-03-16 Thread The elephantwalker
Dear Michael, We answer this at: http://www.elepantwalker.com/rfa?id=327 You need an account, but its free to join. The Orion Counter is only useful if you have a single server. On a clustered set of orions, it won't hack it. We use a much better more portable way to generate keys. Regards,

OT: Session Related

2002-03-16 Thread Michael Shoemaker
Hello gang I have a question about a situation that I am facing. Currently we are using servlets to store session information. i.e. For instance, you the front end people wanted to store data into the session they would call SessionServlet?step=savesessionId=123myVal=xyz. In turn a call to

RE: Re: Using NT security

2002-03-16 Thread [EMAIL PROTECTED]
I had to build a custom security class for authenticating against an NT (Win2K Active Directory) domain. Although this does require entry of credentials it is better than a properties file. This class uses AD for authentication and SQLServer for group information (we wanted a single place to