[GUMP@brutus]: Project jakarta-slide (in module jakarta-slide) failed

2005-02-09 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-slide has an issue affecting its community integration. This issue

cvs commit: jakarta-slide/wck/src/org/apache/slide/simple/authentication JAASLoginModule.java

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 09:56:13 Modified:wck/src/org/apache/slide/simple/authentication JAASLoginModule.java Log: Replaced exceptions on failed login with simple return of false. Before this every login failure and empty user name created a stack trace

cvs commit: jakarta-slide/wck/src/org/apache/slide/simple/authentication JAASLoginModule.java

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 10:01:43 Modified:wck/src/org/apache/slide/simple/authentication JAASLoginModule.java Log: Ooops, replaced one exception too much. Reverted. Revision ChangesPath 1.3 +4 -6

cvs commit: jakarta-slide/src/share/org/apache/slide/security UnauthenticatedException.java

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 11:08:05 Added: src/share/org/apache/slide/security UnauthenticatedException.java Log: Addedd a new exception that indicates missing authentication (in contrast to missing access rights). Revision ChangesPath 1.1

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util WebdavUtils.java

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 11:11:56 Modified:src/webdav/server/org/apache/slide/webdav/method AbstractWebdavMethod.java src/webdav/server/org/apache/slide/webdav/util WebdavUtils.java Log: Added means to force client

cvs commit: jakarta-slide/src/conf/webapp web.xml

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 11:14:38 Modified:src/webdav/server/org/apache/slide/webdav/util WebdavUtils.java src/conf/webapp web.xml Added: src/webdav/server/org/apache/slide/webdav/util PathMapper.java Log: Added

cvs commit: jakarta-slide/wck/src/org/apache/slide/simple/reference WebdavFileStore.java

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 11:16:28 Modified:wck/src/org/apache/slide/simple/store WebdavStoreAdapter.java BasicWebdavStore.java WebdavStoreMacroAdapter.java wck/src/org/apache/slide/simple/reference

Two small new features

2005-02-09 Thread Oliver Zeigermann
(1) A hook mechanism that allows a custom mapping from http request to path and also can be used to pass the request to the store level (2) Possibility to force (re-)authentication from the store layer - especially from WCK This should not cause any backward incompatibilities and hopefully is no

cvs commit: jakarta-slide/src/share/org/apache/slide/store ExtendedStore.java

2005-02-09 Thread ozeigermann
ozeigermann2005/02/09 17:49:59 Modified:src/share/org/apache/slide/store ExtendedStore.java Log: Prevented multiple calls to enlist in case of failure as it simply makes no sense Revision ChangesPath 1.29 +33 -4

[Jakarta-Slide Wiki] New: JNDIPrincipalStoreSetup

2005-02-09 Thread jakarta-slide-cvs
Date: 2005-02-09T23:16:13 Editor: JamesMason Wiki: Jakarta-Slide Wiki Page: JNDIPrincipalStoreSetup URL: http://wiki.apache.org/jakarta-slide/JNDIPrincipalStoreSetup Copied information from javadoc New Page: #pragma section-numbers off The JNDI!PrincipalStore is a read-only

[Jakarta-Slide Wiki] Updated: FrontPage

2005-02-09 Thread jakarta-slide-cvs
Date: 2005-02-09T23:19:00 Editor: JamesMason Wiki: Jakarta-Slide Wiki Page: FrontPage URL: http://wiki.apache.org/jakarta-slide/FrontPage Added link to JNDIPrincipalStoreSetup page Change Log: -- @@

[Jakarta-Slide Wiki] Updated: FrontPage

2005-02-09 Thread jakarta-slide-cvs
Date: 2005-02-09T23:21:33 Editor: JamesMason Wiki: Jakarta-Slide Wiki Page: FrontPage URL: http://wiki.apache.org/jakarta-slide/FrontPage Simple cleanup. Removed unnecessary sections. Change Log: -- @@

Re: Two small new features

2005-02-09 Thread James Mason
Both look useful, although I'm not sure I understand how #1 actually works. It's late, so my brain's not working right, but could you explain it a little? :) Also, a couple suggestions. Can you add a log message when you catch all Exceptions thrown when creating the PathMapper? That makes it