Some of the service methods we use require passing in a request object, as they pull out various headers and parameters. In our unit tests, we need to be able to create a request object, then set some headers on it. There is the MockSligHttpServletRequest, but this cant be used as its not possible t...