[JIRA] Resolved: (SSPCPP-465) CLONE - Tag entityID not usable in error templates
Scott Cantor (JIRA)
noreply at shibboleth.net
Tue Jun 19 04:45:03 BST 2012
[ https://issues.shibboleth.net/jira/browse/SSPCPP-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Cantor resolved SSPCPP-465.
---------------------------------
Resolution: Fixed
http://svn.shibboleth.net/view/cpp-sp?rev=3710&view=rev
I neglected to set entityID based on an active session, this fix adds that missing property to both the cases you identified as broken.
supportContact isn't really anything but a pass-through to the <Errors> element, so it will work (or not) regardless.
requestURL is set for cases where it's significant, but with the attribute checker, it would just be the URL to the handler, so it's self-evident. The "target" property in that case would be set if it's attached to the request as a query parameter (any query parameter is accessible that way).
> CLONE - Tag entityID not usable in error templates
> --------------------------------------------------
>
> Key: SSPCPP-465
> URL: https://issues.shibboleth.net/jira/browse/SSPCPP-465
> Project: Shibboleth SP - C++
> Issue Type: Bug
> Affects Versions: 2.3.1
> Reporter: martin.haase at idp.protectnetwork.org
> Assignee: Scott Cantor
> Priority: Trivial
> Fix For: 2.5
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Wanted to customize an error template that outputs the entityID of an IdP as described in:
> https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPErrors
> While <shibmlp supportContact/> works as expected, <shibmlp entityID/> as well as <shibmlp entityId/> remained empty.
--
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