Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 88650 invoked by uid 500); 19 Sep 2001 07:46:49 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 88639 invoked from network); 19 Sep 2001 07:46:49 -0000 From: "Paolo" To: Subject: Cookies still not working in latest dev snapshot Date: Wed, 19 Sep 2001 09:48:18 +0200 Organization: AIRVENT SAM S.p.A. Message-ID: <000001c140df$75680300$0101a8c0@paolo> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am working on the latest dev snapshot (xml-cocoon2_20010919041506.tar.gz) and I discovered that cookies are still not working. Try the /cocoon/xsp/cookie example: a cookie seems to be correctly set but when reloading the page and reading its fields, there are many errors. a) MaxAge of cookie is always -1 b) Path of cookie is "" c) Value of cookie by name is 138443251455A59692E34472F4F97560 (JSessionID) instead of correct value d) Value of cookie by index is 0 instead of correct value I also looked into the code and I discovered that a recent patch seems to be wrong into XSPCookieHelper.java: If (secure == "true") Should be replaced with: If (secure.equals("true") Is this a new bug, an old one or i missed something in my tests? I need cookies in my project, so I can resolve this if nobody has done it or is working on that. Waiting answers and comments, Paolo Scaffardi AIRVENT SAM S.p.A. --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org