HTTPConnector

Cantor, Scott cantor.2 at osu.edu
Wed Oct 24 20:04:21 EDT 2018


>  One gets the impression that the script was not run twice, but compiled twice.

Embedded three times in fact, much simpler explanation. There's a screwed up helper method that's returning multiple copies of the script text concatenated together and that's the script that it's parsing. It's only incidentally working for ScriptFile, probably just a lucky accident that unfortunately masked the error.

Thanks to the Java 7/8 incompatibilities in scripting, it's impossible to easily have one unit test for both platforms so I got lazy.

-- Scott




More information about the users mailing list