Your TEST works but you still haven't fixed the problem you set out to fix..
As mentioned you shouldn't be calling your webapp from within your webapp like that (at least not to fix a bug). Write a test that calls your application (or a script which used curl or something).
Again you are fixing something that isn't broken but which is a problem in the first place or at least a problem introduced byt your test due to not proberly encoding the parameter...


Reply With Quote
I developed the test as a sepparate Struts app and now it works withouth that ugly hack, thanks
