RE: JXPath leniency in JXTemplateGenerator

2003-10-23 Thread Reinhard Poetz
From: Sylvain Wallez > Hi team, > > I'd like to add the use of leniency to JXPath expressions in > JXTemplateGenerator: currently, if a path does not exist, a nice > exception is thrown. This may be good in some circumstances (avoids > endless hair pulling sessions to finally discover a small

RE: [suggestion] Method getParameterMap in Request?

2003-10-23 Thread Carsten Ziegeler
I'm not very happy about changing our Request interface. The information you need to get a parameter map is already in the Request object. You can get all parameter names and all values for one parameter. What do you think of adding a static helper method somewhere? Carsten Stephan Coboos wrote:

RE: Release 2.1.3? (Was: Re: [FYI] Apache Cocoon Directory Traversal Vulnerability)

2003-10-23 Thread Carsten Ziegeler
Geoff Howard wrote: > > Tony Collen wrote: > > Joerg Heinicke wrote: > > > >> http://www.securiteam.com/securitynews/6W00L0U8KC.html > >> > >> Hey, someone wanted to test the Cocoon community :-) > >> > >> Joerg > >> > > > > Hm, I think we should consider releasing 2.1.3 as a security update. >

DO NOT REPLY [Bug 21536] - [PATCH] 2 new generators: MultiPartPosted XML and MS Excel content

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21536] - [PATCH] 2 new generators: MultiPartPosted XML and MS Excel content

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21536] - [PATCH] 2 new generators: MultiPartPosted XML and MS Excel content

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21536] - [PATCH] 2 new generators: MultiPartPosted XML and MS Excel content

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: JXPath leniency in JXTemplateGenerator

2003-10-23 Thread Giacomo Pati
On Tue, 21 Oct 2003, Sylvain Wallez wrote: > Hi team, > > I'd like to add the use of leniency to JXPath expressions in > JXTemplateGenerator: currently, if a path does not exist, a nice > exception is thrown. This may be good in some circumstances (avoids > endless hair pulling sessions to finally

Re: [suggestion] Method getParameterMap in Request?

2003-10-23 Thread Stephan Coboos
- Original Message - From: "Ugo Cei" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 9:11 PM Subject: Re: [suggestion] Method getParameterMap in Request? > Stephan Coboos wrote: > > in my opnion it would be nice to have a method like getParameterMap() from >

Re: [suggestion] Method getParameterMap in Request?

2003-10-23 Thread Ugo Cei
Stephan Coboos wrote: in my opnion it would be nice to have a method like getParameterMap() from Servlet programming which returns all request parameters as name value pairs in a hash map. This method should reside in interface org.cocoon.apache.environment.Request oder http.HttpRequest. Unfort

[suggestion] Method getParameterMap in Request?

2003-10-23 Thread Stephan Coboos
Hello, in my opnion it would be nice to have a method like getParameterMap() from Servlet programming which returns all request parameters as name value pairs in a hash map. This method should reside in interface org.cocoon.apache.environment.Request oder http.HttpRequest. Do you agree with m

Re: repository block (was Re: [RT] Source extensions)

2003-10-23 Thread Guido Casper
Unico Hommes <[EMAIL PROTECTED]> wrote: -Adding a setSourceProperty() method to the >> SourceInspector interface >>> >>> Already have it on my local copy. :-) >> >> Cool! So I leave this to you :-) >> > > Actually I think it's better to define a subinterface named > SourceDescriptor that defin

RE: [FYI] Apache Cocoon Directory Traversal Vulnerability

2003-10-23 Thread Leo Sutic
Nice one... I put a summary of it all in Bugzilla. /LS > From: Joerg Heinicke [mailto:[EMAIL PROTECTED]

[Woody] Bug in sample?

2003-10-23 Thread Antonio Gallardo
hi: I am testing woody. In this sample: http://localhost:/samples/woody/form2bean.flow Try this: 1.Press "Add contact" 2.Press "Submit query" 3.Press (on the top of your browser) "Back" 4.Press "Submit query" Can you see the repeated Herman row? Please explain. Best Regards, Antonio Gal

Re: [VOTE] Add parameter to Woody {SelectionList,Widget}.generateSaxFragment

2003-10-23 Thread Ugo Cei
Giacomo Pati wrote: Why not just have the @src of the check the protocol used to distinguish the type? That's a possibility I evaluated, but keep in mind that you need to specify also the name of the properties used to retrieve the key and value from each object in the collection. Maybe somethin

Re: [proposal] Doco

2003-10-23 Thread Kenny Smith
Hi Stefano, I think the overall concept for this project is pretty cool and very well thought out. The one part that stands out to me as a weak link is the "reply" vs. "reply to all" mechanism. It seems prone to human errors and to things like vacation messages. How would conflicts be handled

Re: Release 2.1.3? (Was: Re: [FYI] Apache Cocoon Directory Traversal Vulnerability)

2003-10-23 Thread Geoff Howard
Tony Collen wrote: Joerg Heinicke wrote: http://www.securiteam.com/securitynews/6W00L0U8KC.html Hey, someone wanted to test the Cocoon community :-) Joerg Hm, I think we should consider releasing 2.1.3 as a security update. +1 I thought Carsten had already proposed a date because of the Gettog

Re: Release 2.1.3? (Was: Re: [FYI] Apache Cocoon Directory Traversal Vulnerability)

2003-10-23 Thread Antonio Gallardo
Tony Collen dijo: > Joerg Heinicke wrote: > >> http://www.securiteam.com/securitynews/6W00L0U8KC.html >> >> Hey, someone wanted to test the Cocoon community :-) >> >> Joerg >> > > Hm, I think we should consider releasing 2.1.3 as a security update. > > Thoughts? +1 A new release right now! Antoni

Re: [VOTE] Add parameter to Woody {SelectionList,Widget}.generateSaxFragment

2003-10-23 Thread Giacomo Pati
On Tue, 21 Oct 2003, Sylvain Wallez wrote: > Ok, I understand. I encountered a somehow similar problem and came to > the conclusion that what we need is actually to have > a pluggable component. > > We could then have type="default|flow-jxpath|javascript|whatever"> and the attributes and > con

possible future addition

2003-10-23 Thread hassan abolhassani
Hi all,   I have some concerns and would like to share with you. Sorry if these has already been discussed or sounds non-sense. Anyway, I will be glad to hear your voices (I am not in the dev list, so please in case you post a reply send me a copy too).   1- I know that Cocoon provides different fa

Re: Release 2.1.3? (Was: Re: [FYI] Apache Cocoon Directory Traversal Vulnerability)

2003-10-23 Thread Ugo Cei
Tony Collen wrote: Hm, I think we should consider releasing 2.1.3 as a security update. Thoughts? Not just for that but for incorporating all the fixes that were done at the GT and more. But, can we please make sure that the test suite runs, this time? Otherwise, +1 from me. Ugo -- Ugo Cei -

Release 2.1.3? (Was: Re: [FYI] Apache Cocoon Directory Traversal Vulnerability)

2003-10-23 Thread Tony Collen
Joerg Heinicke wrote: http://www.securiteam.com/securitynews/6W00L0U8KC.html Hey, someone wanted to test the Cocoon community :-) Joerg Hm, I think we should consider releasing 2.1.3 as a security update. Thoughts?

DO NOT REPLY [Bug 23949] - Security : Directory traversal in "view-source"

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Mass update to components for Cocoon 2.2

2003-10-23 Thread Carsten Ziegeler
Berin Loritsch wrote: > > > > > So, we can remove it from everywhere (in 2.2). Should we do it? > > There is no reason I can think of that would require it... > Sometime in the future, Component will be really deprecated and then we have to remove it in order to get rid off the nice warnings. Perh

Re: Mass update to components for Cocoon 2.2

2003-10-23 Thread Berin Loritsch
Carsten Ziegeler wrote: Berin Loritsch wrote: Carsten Ziegeler wrote: Another question :) Currently with ECM we have to implement the Component interface even if we only use Serviceable (because of the internal handling with the proxies etc.) Do we still need this with Fortress? I guess: no. N

Re: Mass update to components for Cocoon 2.2

2003-10-23 Thread Berin Loritsch
Carsten Ziegeler wrote: Berin Loritsch wrote: Carsten Ziegeler wrote: I saw the changes from Recyclable to Resettable in 2.2. What does this mean for existing components? Is Recyclable still supported? If that class is loaded, yes. If the Recyclable class is not available, then the Classloade

RE: Mass update to components for Cocoon 2.2

2003-10-23 Thread Carsten Ziegeler
Berin Loritsch wrote: > > Carsten Ziegeler wrote: > > > Another question :) > > > > Currently with ECM we have to implement the Component interface > > even if we only use Serviceable (because of the internal > > handling with the proxies etc.) > > > > Do we still need this with Fortress? I gue

RE: Mass update to components for Cocoon 2.2

2003-10-23 Thread Carsten Ziegeler
Berin Loritsch wrote: > > Carsten Ziegeler wrote: > > > I saw the changes from Recyclable to Resettable in 2.2. > > > > What does this mean for existing components? Is Recyclable > > still supported? > > If that class is loaded, yes. If the Recyclable class is not > available, then the Classlo

Re: Mass update to components for Cocoon 2.2

2003-10-23 Thread Berin Loritsch
Carsten Ziegeler wrote: Another question :) Currently with ECM we have to implement the Component interface even if we only use Serviceable (because of the internal handling with the proxies etc.) Do we still need this with Fortress? I guess: no. No, this is not needed at all. -- "They that giv

Re: Mass update to components for Cocoon 2.2

2003-10-23 Thread Berin Loritsch
Carsten Ziegeler wrote: I saw the changes from Recyclable to Resettable in 2.2. What does this mean for existing components? Is Recyclable still supported? If that class is loaded, yes. If the Recyclable class is not available, then the Classloader will not allow the existing component to load.

[FYI] Apache Cocoon Directory Traversal Vulnerability

2003-10-23 Thread Joerg Heinicke
http://www.securiteam.com/securitynews/6W00L0U8KC.html Hey, someone wanted to test the Cocoon community :-) Joerg -- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de

Re: Whiteboard Tool

2003-10-23 Thread Torsten Curdt
Been there, done that. It's quite good at LAN speed, but it almost totally sucked when used across the ocean (between me and Ricardo in Ecuador, actually). It's quite stable, actually, but it doesn't allow for collaborative editing (still only one person editing at a time). Looks like we really

Re: Whiteboard Tool (was: [RT] FirstFriday - monthly virtual Hackathon

2003-10-23 Thread Gianugo Rabellino
Upayavira wrote: Just found: http://sangam.sourceforge.net/ An Eclipse plugin for XP style pair programming. No idea how good it is. It requires a server (open source Kizna Syncshare ), which I'm not in a position to install. Anyone into trying it out? Been there, done

RE: repository block (was Re: [RT] Source extensions)

2003-10-23 Thread Unico Hommes
Guido Casper wrote: > > Unico Hommes <[EMAIL PROTECTED]> wrote: > > Guido Casper wrote: > >> > >> I would like to make the following changes to the 2.1 repo > and will > >> go ahead if noone objects (as soon I find some time): > >> > >> -Creating a repository block and moving there all source

[proposal] Doco

2003-10-23 Thread Stefano Mazzocchi
First of all, sorry for the massive cross-post, but I think it is going to be a great opportunity for all the communities involved to show off their potentials with the apache infrastructure. The proposal is about the creation of a content management system for apache projects, codenamed "Doco"

Re: Whiteboard Tool (was: [RT] FirstFriday - monthly virtual Hackathon

2003-10-23 Thread Upayavira
Just found: http://sangam.sourceforge.net/ An Eclipse plugin for XP style pair programming. No idea how good it is. It requires a server (open source Kizna Syncshare ), which I'm not in a position to install. Anyone into trying it out? Regards, Upayavira Geoff Howard wr

DO NOT REPLY [Bug 24052] - Problem in woody binding sample

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[Woody] - JXPathException

2003-10-23 Thread Antonio Gallardo
Hi: I am trying to save the bean back from the woody form. I am getting this error: org.apache.commons.jxpath.JXPathException: Exception trying to remove xpath .; Cannot modify property: test.forms.AreasList.areasList; No write method What is means? What kind of method is expected to be there?

RE: Authentication :(

2003-10-23 Thread Unico Hommes
There was a related thread on Avalon dev a few weeks ago that may interest you: http://www.mail-archive.com/[EMAIL PROTECTED]/msg08037.html It also mentions this project on sourceforge: http://sourceforge.net/projects/aaa4avalon/ Although it's a phoenix block it may be interesting to look at.

DO NOT REPLY [Bug 24052] - Problem in woody binding sample

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24052] New: - Problem in woody binding sample

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

2003-10-23 Thread Paul Crabtree
If there are any examples of this newer method then ill happily update the PartSource i've implemented. Paul -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: 23 October 2003 12:24 To: [EMAIL PROTECTED] Subject: Re: cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

Re: cvs commit: cocoon-2.1/src/webapp/WEB-INF cocoon.xconf

2003-10-23 Thread Geoff Howard
Carsten Ziegeler wrote: Geoff Howard wrote: [EMAIL PROTECTED] wrote: ghoward 2003/10/22 18:45:34 Modified:src/webapp/samples/sources sitemap.xmap samples.xml src/webapp/WEB-INF cocoon.xconf Added: src/webapp/samples/sources/content upload.xml src/java

RE: Authentication :(

2003-10-23 Thread Carsten Ziegeler
Yannick Menager wrote: > > I've been looking at the authentication block, in order to integrate it > with RoleFilterTransformer using a Filter to support use of > request.isUserInRole(). > > However after going through it over and over, my opinion is that it is > WAY too overcomplicated, and t

Re: ModifiableTraversableSource

2003-10-23 Thread Guido Casper
Unico Hommes <[EMAIL PROTECTED]> wrote: > Hmm, I may have spoken too soon. > > I am looking into moving > o.a.cocoon.component.source.(Modifiable)TraversableSource into > deprecated area. In order to accomplish this I need to migrate > SlideSource towards that as well. And SourceDescriptionGenerat

Authentication :(

2003-10-23 Thread Yannick Menager
I've been looking at the authentication block, in order to integrate it with RoleFilterTransformer using a Filter to support use of request.isUserInRole(). However after going through it over and over, my opinion is that it is WAY too overcomplicated, and to add insult to injury, doesn't even

RE: ModifiableTraversableSource

2003-10-23 Thread Unico Hommes
Hmm, I may have spoken too soon. I am looking into moving o.a.cocoon.component.source.(Modifiable)TraversableSource into deprecated area. In order to accomplish this I need to migrate SlideSource towards that as well. Now some things are quite different between these interfaces. To give you an e

Re: JXPath leniency in JXTemplateGenerator

2003-10-23 Thread Jeremy Quinn
On Tuesday, October 21, 2003, at 03:33 PM, Sylvain Wallez wrote: Hi team, I'd like to add the use of leniency to JXPath expressions in JXTemplateGenerator: currently, if a path does not exist, a nice exception is thrown. This may be good in some circumstances (avoids endless hair pulling sessi

[SOLUTION] - Re: Woody as the only widget inside a

2003-10-23 Thread Antonio Gallardo
Antonio Gallardo dijo: > Hi: > > Can be the only widget inside a ? > > I tought it can be used as a "grid" table. Example: > > Suppuse you have a simple table with 2 fields: are_id and are_name: > > Here is the woody definition file: > > http://apache.org/cocoon/woody/definition/1.0";> > > >

RE: ModifiableTraversableSource

2003-10-23 Thread Unico Hommes
OK, I'll do that. Carsten Ziegeler wrote: > > Perhaps moving it into the deprecated section, first. > We can then remove it for 2.2. > > Carsten > > > -Original Message- > > From: Unico Hommes [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 23, 2003 11:13 AM > > To: [EMAIL PROTEC

RE: ModifiableTraversableSource

2003-10-23 Thread Carsten Ziegeler
Perhaps moving it into the deprecated section, first. We can then remove it for 2.2. Carsten > -Original Message- > From: Unico Hommes [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2003 11:13 AM > To: [EMAIL PROTECTED] > Subject: ModifiableTraversableSource > > > > As this in

ModifiableTraversableSource

2003-10-23 Thread Unico Hommes
As this interface was moved to excalibur sourceresolve, I'd like to remove it, off course moving all dependencies to the excalibur one. Any objections? -- Unico

RE: Mass update to components for Cocoon 2.2

2003-10-23 Thread Unico Hommes
> > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] > Sent: donderdag 23 oktober 2003 10:29 > To: [EMAIL PROTECTED] > > Another question :) > > Currently with ECM we have to implement the Component > interface even if we only use Serviceable (because of the >

RE: Mass update to components for Cocoon 2.2

2003-10-23 Thread Carsten Ziegeler
Another question :) Currently with ECM we have to implement the Component interface even if we only use Serviceable (because of the internal handling with the proxies etc.) Do we still need this with Fortress? I guess: no. Carsten

RE: Mass update to components for Cocoon 2.2

2003-10-23 Thread Carsten Ziegeler
I saw the changes from Recyclable to Resettable in 2.2. What does this mean for existing components? Is Recyclable still supported? Carsten

Re: Woody as the only widget inside a

2003-10-23 Thread Antonio Gallardo
Hi: I forgot the binding file. Here is the binding definition file: http://apache.org/cocoon/woody/binding/1.0"; path="/areasList"> if we set and the res