Bug 27324

Summary: Need to update tag handlers to be compliant with Commons Lang 2.0
Product: Taglibs Reporter: Felipe Leme <nagoya>
Component: String TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Ant warnings about deprecated methods
Ant warning after changes
JSP page that uses tagunit to test the taglib (based on the sample page)
Tagunit results after the change

Description Felipe Leme 2004-02-29 23:47:03 UTC
I recently fixed bug 25136, where <str:chomp> was not working because it was
using a deprecated method from Commons Lang.

In fact, when I run ant, it shows 48 such warnings (see attachment), which might
be causing other bugs as well.

So, we should change these classes, re-test the application and create a new
release (1.1.0 probably) that requires Commons Lang 2.0.
Comment 1 Felipe Leme 2004-02-29 23:48:13 UTC
Created attachment 10616 [details]
Ant warnings about deprecated methods
Comment 2 Felipe Leme 2004-03-09 00:49:00 UTC
Created attachment 10718 [details]
Ant warning after changes
Comment 3 Felipe Leme 2004-03-09 00:54:22 UTC
Created attachment 10719 [details]
JSP page that uses tagunit to test the taglib (based on the sample page)
Comment 4 Felipe Leme 2004-03-09 00:54:30 UTC
Created attachment 10720 [details]
Tagunit results after the change
Comment 5 Felipe Leme 2004-03-09 00:56:24 UTC
I pretty much fixed the code, but won't mark it as fixed until I change
build.xml to include Lang 2.0.
Comment 6 Felipe Leme 2004-03-10 03:28:39 UTC
Fixed (and new version available through nightly build)