EDS + request parameters = fatal.noReturnURL
Rod Widdowson
rdw at steadingsoftware.com
Fri Mar 1 07:18:54 EST 2013
> 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?
The minimized idpselect is actually the minimization of three concantated
files (json.2js, which surely must be redundant by now and typeahead.js).
They have to loaded in order json2.js, then typeahead.js, then idpselect.js
So I'd guess something like:
$ svn cat
https://svn.shibboleth.net/js-embedded-discovery/trunk/src/javascript/json2.
js > idpselect.js
$ svn cat
https://svn.shibboleth.net/js-embedded-discovery/trunk/src/javascript/typeah
ead.js >> idpselect.js
$ svn cat
https://svn.shibboleth.net/js-embedded-discovery/trunk/src/javascript/idpsel
ect.js >> idpselect.js
Would do it.
> Neither have the non-minimized source but I can pull from SVN.
That's the trouble with low turnover projects - too long between releases.
I'm thinking we need to crank a new release soon. I''ll bring it up at the
next dev meeting...
R
More information about the dev
mailing list