You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2003/09/30 16:07:36 UTC

DO NOT REPLY [Bug 23511] - Problem with URL encodings at EngineServiceLink.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23511>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23511

Problem with URL encodings at EngineServiceLink.java

mindbridgeweb@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From mindbridgeweb@yahoo.com  2003-09-30 14:07 -------
Yes, it is very useful, thank you.

The reason this was left earlier was because URLEncoder.encode(str, encoding) 
is available only in Java 1.4 and it was decided to keep Tapestry compatible 
with Java 1.2.2. Nevertheless, this is a definite bug.

A custom implementation of this method needs to be used so that it will will 
run on the older Java versions and still work correctly.
(As a side-note, there is another reason to use a custom method as well -- the 
method is one of the 'hotspots' in Tapestry, and replacing it may improve 
performance)

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