Bug(バグ) #417
Add protection for infinite recursion of calling-getter from $Record::get$FieldName (e.g. opAlbumPlugin) ($Record::get$FieldName からゲッターをコールした場合の無限ループに対する保護を加える (例: opAlbumPlugin))
Start date:
2009-12-31
Due date:
% Done:
100%
3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)
Description
Add protection for infinite recursion of calling-getter from $Record::get$FieldName (e.g. opAlbumPlugin).
The Doctrine in the symfony 1.4 calls "get****()" from Doctrine_Record::get() method. If a model class define original-getter as "get****()", and calls parent::get(), it will be infinite recursion.
$Record::get$FieldName からゲッターをコールした場合の無限ループに対する保護を加える (例: opAlbumPlugin).
symfony 1.4 に含まれる Doctrine は Doctrine_Record::get() から "get****()" をコールする。もしモデルクラスが独自のゲッターを "get****()" として定義し、 parent::get() をコールした場合、無限ループに陥ってしまう。
Associated revisions
added protection for infinite-recursion by opAlbumPlugin (fixes #417)
History
#1 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴commit:"6724ce15e8aeee999a40b444a8ef6cb033b0bf82"で適用されました。
#2 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 50 to 100