Bug 32755

Summary: EmptyOperator does not evaluate instances of Collection
Product: Taglibs Reporter: Edgar Poce <edgarpoce>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Eclipse generated patch

Description Edgar Poce 2004-12-17 16:11:37 UTC
org.apache.taglibs.standard.lang.jstl.EmptyOperator is evaluating only List but
not Collection instances. Any Collection different from List returns not empty.
Comment 1 Edgar Poce 2004-12-17 16:14:17 UTC
Created attachment 13775 [details]
Eclipse generated patch

List with Collection replacement
Comment 2 Dhiru Pandey 2005-02-17 02:31:46 UTC
Thanks for the fix Edgar Poce. It was committed by Pierre Delisle.

Marking this bug fixed

-Dhiru