Zope 2.8.9
Up to Product page
不具合修正リリース
Available downloads
For additional information about this project, please visit the
project page.
Release Notes
| Tested with | Python 2.3.5 |
|---|---|
| State | Final |
| License | ZPL |
| Released | 2007/03/25 20:00:00 GMT+9 |
- Python-2.3.5以降が必要です。ただし、Python-2.4系列は公式にサポートされていません。
- Five-1.0.2, ZopeX3-3.0.2 が同梱されています。
Change log
Bugs fixed
| Collector #2294: | |
|---|---|
| Protected DOS-able ControlPanel methods with the same requestmethod wrapper. | |
| Collector #2294: | |
| 様々なセキュリティー上リスクのあるアクセスを、新しく追加したデコレータで防御した。デコレータはPOSTリクエストでのみアクセスを許可する。これはZope 2.11のrequestmethod decorator factoryをバックポートした。 | |
| Collector #2263: | |
| field2ulines が空文字列を正しく変換していなかった。 | |
| Collector #2237: | |
| makeのメッセージで、 make instance する前に make inplace するように表示していなかった問題を修正。 | |
| Collector #2235: | |
| いくつかの ZCatalog メソッドがオブジェクトのブール評価行っていたため、Noneではなく__len__で評価されていた。いくつかの if not obj を if obj is None に置き換えた。 | |
| resTructuredText: | |
| Fix yet another resTructuredText glitch, and add tests (test backported from 2.9, which was not in fact vulnerable). | |
| Collector #2157: | |
| Expose name of broken class in SystemError raised from __getstate__ of a broken instance. | |
詳しくは CHANGE.txt(英語) を参照してください。