Re: [JBoss-user] Cookies and Jetty (2nd round:)

2002-01-29 Thread Adrian Brock
Are you forwarding to jsp? I've seen this before when tools.jar from the jdk is not in the classpath, Jetty/Jasper cannot compile the jsp. Regards, Adrian >From: Jarecsni János <[EMAIL PROTECTED]> >To: "JBoss-List" <[EMAIL PROTECTED]> >Subject: [JBoss-user]

[JBoss-user] Cookies and Jetty (2nd round:)

2002-01-29 Thread Jarecsni János
Hi folks, thanks for the quick replies! As it turned out, I must have overlooked something and this caused me to think that a given cookie does not get sent out. But... Now I'm facing something that seems to be a real something. :) So I had quite a lot of request.getRequestDispatcher("so

Re: [JBoss-user] Cookies and Jetty...

2002-01-28 Thread Brett Sealey
Can you clarify what exactly the problem is? The VERSIONS.TXT file in Jetty has the following cookie related entries which might be related to your problem, they were addressed in Jetty-3.1.5 and Jetty-4.0.D releases, 3.1.3 is over three months old now: + setCookie always has equals for cookie

[JBoss-user] Cookies and Jetty...

2002-01-28 Thread Jarecsni János
Hi, today I've downloaded JBoss-2.4.4_Jetty-3.1.3-1. I've been porting my application to this new version from a JBoss-Tomcat bundle. It seems that Jetty does not create and send cookies as Tomcat does. Does Jetty need some extra configuration? Hope someone has the answer... :) Cheers, János