You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/07/06 19:00:28 UTC

DO NOT REPLY [Bug 49561] New: Remove proprietary URLEncoder

https://issues.apache.org/bugzilla/show_bug.cgi?id=49561

           Summary: Remove proprietary URLEncoder
           Product: Taglibs
           Version: 1.2.0
          Platform: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Standard Taglib
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jboynes@apache.org


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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49561] Remove proprietary URLEncoder

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49561

Henri Yandell <ba...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #2 from Henri Yandell <ba...@apache.org> 2010-07-06 22:15:37 EDT ---
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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49561] Remove proprietary URLEncoder

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49561

--- Comment #1 from Jeremy Boynes <jb...@apache.org> 2010-07-06 13:02:50 EDT ---
Created an attachment (id=25718)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25718)
Patch to switch to using URLEncoder

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org