Re: [Zope-Coders] Re: svn.zope.org in an odd state

2005-11-08 Thread Chris Withers

Jens Vagelpohl wrote:
I just repaired it by killing all svnserve processes and then running  
svnadmin recover against the /svn/repos/main folder.


It's high time to move away from that garbage BDB backend.


Yay! We have a volunteer! ;-)

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders


Re: [Zope-Coders] [ATTN]: CMF and related packages moved to svn.zope.org

2005-07-17 Thread Chris Withers

Jens Vagelpohl wrote:
- Close off or freeze the CMF projects on cvs.zope.org to either  
disallow checkins or bring up big fat warnings if someone tries to.  
Input and ideas on this are welcome, if it was up to me I would use  the 
commitinfo file in the CVSROOT to completely prevent updates as  the 
first step.


I like the way this was done with Zope's CVS: the HEAD was cvs delete'ed 
and files cvs add'ed saying where to go look for the new versions...


cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders


Re: [Zope-Coders] Wrong username and password == Anonymous User?

2005-04-20 Thread Chris Withers
Lennart Regebro wrote:
Supposedly you would not be able to access that part of the site until
you authenticate against it. Isn't that the case now?
Assuming it requires authentication, yes.
And if it doesn't require authentication?
Also, what determines whether it requires authentication? authorisation 
requirements or something else?

The main problem here is that Internet Explorer doesn't allow you to
log out, for example.
I thought returning enough 401's usually prompts any browser to drop its 
basic auth?

So, in principal, invalid credentials should raise an error, but in
practice, you can't do that if you use Simple HTTP authentication.
Why not? Surely they should just get a 403 response?
cheers,
Chris
--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders


Re: [Zope-Coders] Re: Wrong username and password == Anonymous User?

2005-04-20 Thread Chris Withers
Tres Seaver wrote:
-1 without extensive testing on a branch, especially including heavy 
testing of basic-auth-only scenarios.

Tinkering with the machinery here after a couple of hours 
head-scratching ignores the fact that the machinery *works* in the teeth 
of all the weird behavior built into to pavane which is 
stateless-but-faking-it basic authentication.
I find myself strongly agreeing with Tres again, should I find this 
disturbing? ;-)

Chris
--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders