Bug 20725

Summary: Incorrect property setter signature for Tag handlers
Product: Taglibs Reporter: apache99 <cdelima>
Component: JNDI TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED LATER    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Sun   
OS: Solaris   

Description apache99 2003-06-12 19:28:59 UTC
The setObject method for the following tag handlers should be "Object object"
rather than "DirContext object".  The latter differs from the getter
signature (with returns Object) and causes problems with Weblogic 6.1.

ForEachAttributeTag::setObject
GetAttributeTag::setObject
Comment 1 Henri Yandell 2009-11-29 19:35:06 UTC
Resolving as the JNDI taglib has been retired.