Switch from java.net.URLEncoder/Decoder to 
org.apache.commons.codec.net.URLCodec for
performance and scalability reasons
-------------------------------------------------------------------------------------------------------------------------

         Key: BEEHIVE-128
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-128
     Project: Beehive
        Type: Improvement
  Components: NetUI, Web Services (181), Build  
    Reporter: Bryan Che
 Attachments: urlencode-patch.tar.gz

java.net.URLEncoder/Decoder is pretty slow and often bottlenecks pages/servers 
that do a fair amount of encoding.  We should switch to 
org.apache.commons.codec.net.URLCodec instead, which is much faster--especially 
since Beehive already ships commons-codec.  I have a patch that does this and 
will be uploading it shortly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to