[Zope-dev] Fix for request must be post at Take Ownership

2007-07-05 Thread Jonas Meurer
Hello,

When do you plan to add the fix for request must be post at Take
Ownership to a stable zope 2.10 release? It seems like this bug has
been introduced with zope 2.10.2 or 2.10.3.

An example of the bug can be found at http://zope.pastey.net/56726

It seems like you already submitted a fix to the svn trunk, see
http://mail.zope.org/pipermail/zope-checkins/2007-March/032104.html

But unfortunately this didn't went into a stable release yet.

So my question is, do you plan to add this fix to the next zope2.10
stable release?

greetings,
 jonas

-- 
In post-historical society, the rulers have ceased to rule,
but the slaves remain slaves. - Perry Anderson
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Fix for request must be post at Take Ownership

2007-07-05 Thread Jonas Meurer
On 05/07/2007 Stefan H. Holek wrote:
 I may be missing something here, but the fact that you have to use POST is 
 fully intentional and not a bug.

Yes, but it seems like this is not the case for the module
AccessControl. It uses GET and therefore produces a bug.
That's what the patch from
http://mail.zope.org/pipermail/zope-checkins/2007-March/032104.html
seems to fix. My only question is when this patch will be merged into a
stable 2.10 release.

greetings,
 jonas

-- 
In post-historical society, the rulers have ceased to rule,
but the slaves remain slaves. - Perry Anderson
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Fix for request must be post at Take Ownership

2007-07-05 Thread Stefan H. Holek
I may be missing something here, but the fact that you have to use  
POST is fully intentional and not a bug.


Stefan


On 5. Jul 2007, at 11:27, Jonas Meurer wrote:


When do you plan to add the fix for request must be post at Take
Ownership to a stable zope 2.10 release? It seems like this bug has
been introduced with zope 2.10.2 or 2.10.3.

An example of the bug can be found at http://zope.pastey.net/56726


--
Anything that, in happening, causes something else to happen,
causes something else to happen.  --Douglas Adams


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 5 OK

2007-07-05 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Wed Jul  4 12:00:00 2007 UTC to Thu Jul  5 12:00:00 2007 UTC.
There were 5 messages: 5 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Wed Jul  4 20:53:13 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007983.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Wed Jul  4 20:54:44 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007984.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Jul  4 20:56:24 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007985.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Jul  4 20:57:55 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007986.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Jul  4 20:59:26 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-July/007987.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Fix for request must be post at Take Ownership

2007-07-05 Thread Andreas Jung



--On 5. Juli 2007 14:24:30 +0200 Jonas Meurer [EMAIL PROTECTED] wrote:


On 05/07/2007 Stefan H. Holek wrote:

I may be missing something here, but the fact that you have to use POST
is  fully intentional and not a bug.


Yes, but it seems like this is not the case for the module
AccessControl. It uses GET and therefore produces a bug.
That's what the patch from
http://mail.zope.org/pipermail/zope-checkins/2007-March/032104.html
seems to fix. My only question is when this patch will be merged into a
stable 2.10 release.



As far as I can see the patch has been applied to the Z.10 branch in a 
slight different form using a @postonly decorator.


-aj

pgp2lDlShWcvs.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Fix for request must be post at Take Ownership

2007-07-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jonas Meurer wrote:
 Hello,
 
 When do you plan to add the fix for request must be post at Take
 Ownership to a stable zope 2.10 release? It seems like this bug has
 been introduced with zope 2.10.2 or 2.10.3.
 
 An example of the bug can be found at http://zope.pastey.net/56726
 
 It seems like you already submitted a fix to the svn trunk, see
 http://mail.zope.org/pipermail/zope-checkins/2007-March/032104.html
 
 But unfortunately this didn't went into a stable release yet.
 
 So my question is, do you plan to add this fix to the next zope2.10
 stable release?

The pastebin output above doesn't explain why you think Zope's behavior
is a bug:  it shows an attempt to call 'manage_takeOwnership' using a
non-POST method, which is no longer allowed after the 'postonly'
changes.  Those changes landed for Zope 2.10.3:

  http://svn.zope.org/Zope/tags/2.10.3/lib/python/AccessControl/Owned.py


Tres.
- --
===
Tres Seaver  +1 540-429-0999  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGjQzN+gerLs4ltQ4RAuUMAKCtaeYH8wGlnEZldVqjy0SJBK5vFQCgwL8L
tWsNSDUQuKqNF70Fm5Pk/j4=
=9xm8
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope 2.11.0b1 plans

2007-07-05 Thread Andreas Jung


Hi,

now that Zope 3.4.0b1 has been tagged, I plan to release Zope 2.11.0b1
by mid-July. Objections?

Andreas

--
ZOPYX Ltd.  Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK

E-Publishing, Python, Zope  Plone development, Consulting


pgp6RxKgejViv.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.11.0b1 plans

2007-07-05 Thread Chris McDonough

Will there not be an alpha?

On Jul 5, 2007, at 3:23 PM, Andreas Jung wrote:



Hi,

now that Zope 3.4.0b1 has been tagged, I plan to release Zope 2.11.0b1
by mid-July. Objections?

Andreas

--  
ZOPYX Ltd.  Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany

Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376
Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK
-- 
--

E-Publishing, Python, Zope  Plone development, Consulting
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: Zope 2.11.0b1 plans

2007-07-05 Thread Philipp von Weitershausen

Andreas Jung wrote:

now that Zope 3.4.0b1 has been tagged, I plan to release Zope 2.11.0b1
by mid-July. Objections?


Like Chris, I'd rather have one or two alphas first. Why not make an 
alpha mid-July and perhaps a beta at the end of July?



--
http://worldcookery.com -- Professional Zope documentation and training
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope )