[JIRA] Closed: (SDSJ-88) discovery return parameter entityID is not properly URL-encoded
Rod Widdowson (JIRA)
noreply at shibboleth.net
Tue Sep 20 17:37:26 BST 2011
[ https://issues.shibboleth.net/jira/browse/SDSJ-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rod Widdowson closed SDSJ-88.
-----------------------------
> discovery return parameter entityID is not properly URL-encoded
> ---------------------------------------------------------------
>
> Key: SDSJ-88
> URL: https://issues.shibboleth.net/jira/browse/SDSJ-88
> Project: Shibboleth Discovery Service - Java
> Issue Type: Bug
> Affects Versions: 1.1.2
> Reporter: Hans Zandbelt
> Assignee: Rod Widdowson
> Priority: Minor
> Fix For: 1.1.3
>
>
> branch REL_1 line 926 in DiscoveryService.java
> buffer.append(site.getName());
> should be:
> buffer.append(URLEncoder.encode(site.getName(), "UTF-8"));
> (with appropriate try/catch for URLencoding exceptions)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list