Re: Flow and the authentication framework

2003-08-12 Thread Ryan Hoegg
Geoff had a different approach to authenticating. He mentioned using a Matcher, in his case a ContainerRoleMatcher, to enclose any pipelines you want to secure. Then you won't need to access any authentication information inside your flow. -- Ryan Hoegg ISIS Networks

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/transformation AbstractSAXTransformer.java

2003-08-12 Thread cziegeler
cziegeler2003/08/09 12:48:54 Modified:src/java/org/apache/cocoon/transformation AbstractSAXTransformer.java Log: Better namespace support for own transformers Revision ChangesPath 1.5 +72 -6

DO NOT REPLY [Bug 22285] - [PATCH] AbstractSerializerTestCase

2003-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22285. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [PATCH QUEUE] Summary August 12 2003

2003-08-12 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation JXTemplateGenerator.java

2003-08-12 Thread cziegeler
cziegeler2003/08/11 05:48:56 Modified:src/java/org/apache/cocoon/generation JXTemplateGenerator.java Log: Use SourceValidity instead of last modified Revision ChangesPath 1.6 +33 -10

Re: Discussion of Cocoon TLP Guidelines

2003-08-12 Thread Steven Noels
On 4/08/2003 14:02 Stefano Mazzocchi wrote: Two points in addition to Carsten's: It states that new features need to be voted before committing. I believe that this is either unpractical (and sure not happening ATM) or/and not precise enough. Perhaps major new features would be better, but then,

RE: [IMP] Code-Freeze tomorrow

2003-08-12 Thread Carsten Ziegeler
Stefano Mazzocchi wrote: On Monday, Aug 11, 2003, at 14:54 Europe/Rome, Carsten Ziegeler wrote: As I will doing the release tomorrow morning, please don't check in anything starting tomorrow morning at 9:00 european time until the release process is finished. WAIT! The first page of

Cocoon uses unstable EventCache by default

2003-08-12 Thread Upayavira
I have been having a good look around the caching code, and have found that, by default, with the EventCache block enabled, Cocoon uses the EventCache code. Given that the code is marked unstable, wouldn't it make sense for the default configuration of Cocoon use CacheImpl instead of

Fixing Persistent Store in CLI (was Re: Switching cache to Persistent Store)

2003-08-12 Thread Upayavira
I'm now completely stumped. For some reason, even though JISP seems to be writing cached pages successfully to the store when Cocoon (the CLI) shutdown, it isn't then able to get at those values when it restarts (at least when running the CLI). Is anyone else able to take a look? I've

RE: [QUICK-VOTE] Release Date for 2.1 final

2003-08-12 Thread Carsten Ziegeler
Reinhard Pötz wrote: Shouldn't this text be part of the website and the documentation (src\documentation\xdocs\index.xml)? Yes, can someone take care of it. Note: I didn't start the release process yet, so there is enough time. Carsten

RE: cvs commit: cocoon-2.1/src/documentation/xdocs index.xml

2003-08-12 Thread Reinhard Pötz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] - Cocoon interacts with most data sources, including filesystems, RDBMS, - LDAP, native XML databases, and network-based data sources. It adapts Does anybody mind if I add SAP R/3 (r) as another option? Reinhard

cvs commit: cocoon-2.1/src/documentation/xdocs index.xml

2003-08-12 Thread reinhard
reinhard2003/08/12 03:42:38 Modified:src/documentation/xdocs index.xml Log: - added SAP (r) as possible datasource Revision ChangesPath 1.7 +2 -2 cocoon-2.1/src/documentation/xdocs/index.xml Index: index.xml

Re: [OT] Font size, Re: [ANN] Apache Cocoon 2.1 Release Candidate

2003-08-12 Thread Joerg Heinicke
No, to all Mozilla users. Because there are many websites having to little fonts. For example www.spiegel.de is a bit strenuous to read in default font size, Looks good to me, btw. I hadn't understand a word, but size is good :) What I can't read is www.distrowatch.com without pressing Ctrl-+

cvs commit: cocoon-2.1/src/java/org/apache/cocoon cocoon.properties

2003-08-12 Thread cziegeler
cziegeler2003/08/12 04:34:50 Modified:.forrest.properties src/java/org/apache/cocoon cocoon.properties Log: Release version Revision ChangesPath 1.20 +1 -1 cocoon-2.1/forrest.properties Index: forrest.properties

Re: Switching cache to Persistent Store

2003-08-12 Thread Sylvain Wallez
Joerg Heinicke wrote: IIRC it's a Jetty /feature/. Tomcat does not do this. Yes, because Jetty creates a different temporary directory at each run, while Tomcat always uses the same. I've just done a further check which makes this problem easier to see: 1) add the cacheparameter name=store

RE: MailTransformer doesn't compile under jdk1.3.1

2003-08-12 Thread Carsten Ziegeler
Hi Reinhard, thanks for spotting this! It's now commented out (as you did). Thanks Carsten -Original Message- From: Reinhard Pötz [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: MailTransformer doesn't compile