change path of the session cookie

2005-09-26 Thread cristi
Hello all Is there any possibility of changing the path of the session cookie ? Thx. Cristi Z. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: change path of the session cookie

2005-09-26 Thread cristi
Many thanks Tim Cristi http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html emptySessionPath=true -Tim cristi wrote: Hello all Is there any possibility of changing the path of the session cookie

Copying an HttpServletRequest

2005-07-15 Thread cristi
or not. Thx Cristi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copying an HttpServletRequest

2005-07-15 Thread cristi
Can you tell us what you are trying to achieve? There is almost certainly an alternative way of getting to the same end without having to copy requests but, until you give us a bit more detail, we can't help you. We have a software project up an running but some modifications are required.

Re: Copying an HttpServletRequest

2005-07-15 Thread cristi
to introduce such kind of dependency in our system. Without analyzing the problem in detail I believe I can provide you with other (more or less) inconvenient problems. regards cristi O n 7/15/05, cristi [EMAIL PROTECTED] wrote: Can you tell us what you are trying to achieve? There is almost

Re: Copying an HttpServletRequest

2005-07-15 Thread cristi
Um. Yes, until someone makes another change in the original pages that breaks your code to pull out the data. The approach is fast to code, but fragile in the face of changes. Yes. You are right. Besides the problem I presented to Peddireddy (one of the guys who has answered my question)

org.apache.catalina.util.ParameterMap.put exception

2005-07-14 Thread cristi
Hello all I receive the following exception in a non deterministic manner. The reader should understand that the exception is not thrown due to my direct action on a ParameterMap instance. Is there any possibility of knowing what to do in this case ? - BEGIN EXCEPTION - HTTP Status 500

Re: org.apache.catalina.util.ParameterMap.put exception

2005-07-14 Thread cristi
any reason to belive that response.sendRedirect should work ? I do not modify the reponse object before calling RequestDispatcher.forward(). Thx Cristi Hope this help. F.S. - To unsubscribe, e-mail: [EMAIL PROTECTED

What is allowed to do with a HttpServletRequest ?

2005-07-14 Thread cristi
{ HttpServletRequest oreq = (HttpServletRequest)session.getAttribute(FIRST_REQUEST_OBJECT); request.getRequestDispatcher(somepage.jsp).forward(oreq, response); } } It seems that it is not safe to do so. What can I do to handle this situation ? Thx. Cristi

Logging the HTTP headers

2005-06-03 Thread cristi
Hello all Is there any posibility of logging the HTTP headers ? Thx. Cristi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Logging the HTTP headers

2005-06-03 Thread cristi
thank you all of you. cristi You can also just watch these on the fly with browser plug-ins: IE: google for ieHTTPHeaders Mozilla/FireFox: http://livehttpheaders.mozdev.org/index.html Hello all Is there any posibility of logging the HTTP headers ? Thx. Cristi

uncontroled serialization

2005-05-18 Thread cristi
and that my servlet does not implement the SingleThreadModel. The same is true for the objects used within my servlet. I use Tomcat jakarta-tomcat-4.1.27-LE-jdk14 Thank you in advance Cristi - To unsubscribe, e-mail: [EMAIL PROTECTED