EDS + request parameters = fatal.noReturnURL

Peter Schober peter.schober at univie.ac.at
Fri Mar 1 06:32:46 EST 2013


* Rod Widdowson <rdw at steadingsoftware.com> [2013-03-01 12:12]:
> I assume you are running from the non-minimized sources (available in the
> most recent kit IIRC).  You might want to prove this by changing this line
> of idpselect.js (at about line 191)
> 
> From:
> 
> >         if (null == parmlist || 0 == parmlist.length || parmlist.charAt(0) != '?') {
> 
> To:
> 
> >        if (true || null == parmlist || 0 == parmlist.length || parmlist.charAt(0) != '?') {

Same result as what I commented on Takeshi's code -- dropping in the
non-monified version of idpselect.js the EDS fails to render/display
in any case -- even without applying the changes above.

I just replaced idpselect.js, should I have done more?
$ svn cat https://svn.shibboleth.net/js-embedded-discovery/trunk/src/javascript/idpselect.js > idpselect.js

What gives?
-peter


More information about the dev mailing list