The question though is if java.net.URLEncoder is the most appropriate way to
encode link urls (as URLEncoder uses x-www-form-urlencoded, resulting in "+"
instead of "%20"). Either way, the Stripes team has the final word ^^



-----Mensaje original-----
De: AK [mailto:[email protected]] 
Enviado el: martes, 31 de marzo de 2009 14:34
Para: [email protected]
Asunto: Re: [Stripes-users] Plus in Links

Héctor López <hector.lo...@...> writes:
> Link tag uses a java.net.URLEncoder, to encode the resulting URL. That's
the
> class to blame for the plus signs. Whether that encoding should be used or
> not falls out of my scope, but I'm actually against using spaces in
URLs...

I think there's something in the RFC about special characters that can be
used 
in URLs, and I don't think space is one of them.  Let me look...

...here it is:

URL Encoding
(or: 'What are those "%20" codes in URLs?')
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm


----------------------------------------------------------------------------
--
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to