Note about failing Windows integration tests and idp.home

Tom Zeller tzeller at dragonacea.biz
Fri Jan 15 20:32:49 EST 2016


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.

So, while we throw an error if idp.home ends with a /, I think we might should bail out also if idp.home contains \.

Sigh, so much time spent on this more than once. SWF base-path why are you a String and not a Resource !!!





More information about the dev mailing list