Bug 8759

Summary: Invalid method name in LoopTagSupport
Product: Taglibs Reporter: Hans Bergsten <hans>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Hans Bergsten 2002-05-03 01:06:28 UTC
The spec says that the method for getting the LoopTagStatus is named
getLoopStatus() but the RI implementation uses getIteratorStatus()
Comment 1 Prasad Subramanian 2002-07-26 00:45:10 UTC
Where is the fix applied ?
In the spec ? or the RI ?
Comment 2 Jan Luehe 2002-07-26 01:25:28 UTC
The RI was changed to conform to the spec, that is, the RI now also
uses getLoopStatus().