ExternalService.getLink javadoc needs to inform that the returned URL is encoded
--------------------------------------------------------------------------------
Key: TAPESTRY-422
URL: http://issues.apache.org/jira/browse/TAPESTRY-422
Project: Tapestry
Type: Improvement
Components: Documentation
Versions: 4.0, 3.0.3
Reporter: Andreas Andreou
Priority: Trivial
This may apply to other services as well.
The ExternalService.getLink javadoc was copied from IEngineService.getLink
javadoc.
It states that "Returns: The URL for the service. The URL will have to be
encoded via HttpServletResponse.encodeURL(java.lang.String)."
However, looking at the source code, this is NOT the case for ExternalService's
links. They are always encoded.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]