Note about failing Windows integration tests and idp.home

Cantor, Scott cantor.2 at osu.edu
Sat Jan 16 18:49:46 EST 2016


On 1/15/16, 8:32 PM, "dev on behalf of Tom Zeller" <dev-bounces at shibboleth.net on behalf of tzeller at dragonacea.biz> wrote:



>Not sure how to fix exactly, but one reason why some of the integration tests are failing on Windows is that the integration tests set idp.home to a value returned by Path.toString(). The file separator there is platform specific, but in our case for SWF idp.home just must have forward slashes. The app ctx initializer does the rewrite of \ to /, but if idp.home is set manually then that replacement is not done.

Which allows us to avoid building in complex rules and just say to the deployer (in this case us) "just don't set it to a broken value".

I think that's better than a hopeless attempt to prevent errors, which are basically infinite.

-- Scott



More information about the dev mailing list