Return-Path: Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 60864 invoked by uid 500); 25 Aug 2003 21:16:08 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 60776 invoked from network); 25 Aug 2003 21:16:06 -0000 Received: from thorin.duhs.duke.edu (152.16.195.18) by daedalus.apache.org with SMTP; 25 Aug 2003 21:16:06 -0000 Received: from strider.notes.duke.edu (strider.notes.duke.edu [152.16.19.13]) by thorin.duhs.duke.edu (8.12.9/8.12.9) with ESMTP id h7PLFE4X006563 for ; Mon, 25 Aug 2003 17:15:14 -0400 (EDT) Subject: Re: URLs being encoded WITH cookies enabled To: users@cocoon.apache.org X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: From: "Christopher Painter-Wakefield" Date: Mon, 25 Aug 2003 17:15:15 -0400 X-MIMETrack: Serialize by Router on strider.notes.duke.edu/DUMC_Services/mc/Duke(Release 5.0.11 |July 24, 2002) at 08/25/2003 05:15:14 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N there was a bugfix on the EncodeURLTransformer recently (exactly which release slips my mind) because it didn't correctly encode on the initial page. It is possible that the fix causes your issue. What version of Cocoon are you using? You can search bugzilla for the fix, see if it is the cause of your issue. If so, submit a new bug report :) -Christopher |---------+----------------------------> | | "Sonny Sukumar" | | | | | | | | | 08/25/2003 03:25 | | | PM | | | Please respond to| | | users | | | | |---------+----------------------------> >--------------------------------------------------------------------------------------------------------------| | | | To: users@cocoon.apache.org | | cc: | | Subject: Re: URLs being encoded WITH cookies enabled | >--------------------------------------------------------------------------------------------------------------| Good question, Joerg. I was told by 1 or 2 other people on this list that the EncodeURLTransformer won't rewrite the links with the session ID if cookies are enabled. Thus, they said, I could use at the end of all of my pipelines with impunity. It will work when it needs to work, and do nothing when cookies are enabled. So I tried it, and now I notice links are being rewritten even with cookies enabled, both for Mozilla Firebird and for IE (IE is the most important for us by far). Anyhow, 2 other reasons I'd prefer URL/link rewriting not to occur when cookies are enabled: 1.) It takes up precious time to parse a document and rewrite links. 2.) If someone closes the browser, the session is gone, whereas a cookie still remains even after closing the browser and can be used to re-establish the same session, provided the session is still valid on the server. I might easily have some misunderstandings here, which is why I've tried to explain my current understanding. Please point out any points on which I have erred. Sonny >From: Joerg Heinicke > >I wonder why you don't abstain from cookies completely? If you use URL >encoding for some users why not for all? We disregard cookies in our >company completely because can potentially have switched them off. > >Joerg > >Sonny Sukumar wrote: >> >>Hi guys, >> >>I sent the below message a few days ago but didn't hear from anyone. I'm >>not sure why the links are being rewritten, and I've verified that it >>happens with IE as well (again, with cookies enabled). >> >>> >>>I'm using the EncodeURLTransformer in all of my pipelines just before >>>serializing the output, but from what I read I thought it is only >>>supposed to encode URLs if cookies are disabled in the browser. >>> >>>I've confirmed that cookies are enabled for my browser (Mozilla Firebird >>>v0.6), but the URLs keep getting rewritten with a jsessionid parameter. >>> >>>What could be wrong? > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org >For additional commands, e-mail: users-help@cocoon.apache.org > _________________________________________________________________ MSN 8: Get 6 months for $9.95/month http://join.msn.com/?page=dept/dialup --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org