Hi Cactusers, It seems we're getting quite a lot of questions and requests on how to test servlets that call each other. Although I believe that the best way to test them is to do unitarily (i.e. test separately each request/response), I think we need to accept our user's point of view ... :-)
Thus, I propose the addition of the following new API : WebRequest.setFollowRedirects(boolean) With false being the default (i.e. not following redirects). What do you think ? Thanks -Vincent -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
