I've been using the RestFixture in Fitnesse to test a REST service which is running under Tomcat. When Fitnesse is run on Linux (Redhat to be precise) the fixture doesn't pass any querystrings to Tomcat (the log entries prove this). However, the exact same fixture running through Fitnesse on a Windows machine works as expected.
Has anyone else tried this combination of operating system and fixture and had any experiences that may help?
Alternatively does anyone know of any good ways of bulk-testing REST services (in a way that a non-developer can create new tests).
Any help would be greatly appreciated!