about overflow exception

2005-07-11 Thread haipeng du
how could I config my slide so that overflow exception can be ereased? My exception stack trace likes: java.nio.BufferOverflowException at java.nio.charset.CoderResult.throwException(CoderResult.java:259) at java.lang.StringCoding$CharsetSE.encode(StringCoding.java:340) at

Turning off cache gives me AccessDeniedException

2005-07-11 Thread E.Sriram
Am using J2EE store along with MysqlRDBMSAdaptor. Things work fine for me. But am getting a AccessDeniedException if I disable cache. parameter name=cache-modeoff/parameter Error Message: org.apache.slide.security.AccessDeniedException: Access denied on /users by user /users/root for action

RE: Slide CVS Head

2005-07-11 Thread Martin, Tammy \(US SSA\)
Thanks for your help. I am able to check out and build the latest Slide implementation. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Unico Hommes Sent: Sunday, July 10, 2005 2:23 AM To: slide-user@jakarta.apache.org Subject: Re: Slide CVS Head -BEGIN PGP

Adding a user without updating the group-member-set

2005-07-11 Thread Constantine Vetoshev
This is perhaps more of a Tomcat question than a Slide question, but here goes anyway: For my application, I don't need to use Slide roles. Given the way ACEs work in Slide, I can assign a privilege to any user on an individual basis, which is exactly what I need. If, however, I create a user

Re: Adding a user without updating the group-member-set

2005-07-11 Thread James Mason
By default I believe the Slide realm requires that a user be a member of the root, user or guest role. To get the behavior you want you're going to need to change the realm somehow. Either configure the webapp to allow any valid user (may or may not be possible), modify the Slide realm to behave