Bug 49561 - Remove proprietary URLEncoder
Summary: Remove proprietary URLEncoder
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.2.0
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-06 13:00 UTC by Jeremy Boynes
Modified: 2010-07-06 22:15 UTC (History)
0 users



Attachments
Patch to switch to using URLEncoder (3.85 KB, patch)
2010-07-06 13:02 UTC, Jeremy Boynes
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Boynes 2010-07-06 13:00:24 UTC
Util contains its own implementation of a URL encoder with a note to replace with the one from the JRE when minimum support level is Java 1.4 or later.
Comment 1 Jeremy Boynes 2010-07-06 13:02:50 UTC
Created attachment 25718 [details]
Patch to switch to using URLEncoder
Comment 2 Henri Yandell 2010-07-06 22:15:37 UTC
svn ci -m "Upgraded to the JVM included version of URLEncoder from the Util.URLEncode method. Removing said method. Supplid by Jeremy Boynes to #49561" src/main/
Sending        src/main/java/org/apache/taglibs/standard/tag/common/core/ParamSupport.java
Sending        src/main/java/org/apache/taglibs/standard/tag/common/core/Util.java
Transmitting file data ..
Committed revision 961057.