Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
4.0, 3.0.5
-
None
Description
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.