Bug 20725 - Incorrect property setter signature for Tag handlers
Summary: Incorrect property setter signature for Tag handlers
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: JNDI Taglib (show other bugs)
Version: unspecified
Hardware: Sun Solaris
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-12 19:28 UTC by apache99
Modified: 2009-11-29 19:35 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.