The problem seems to be centered around cookies that are no longer valid. All obsolete cookies are sent by a webserver as "KEY=". The latest version of HTTPUnit (1.3) has a bug which causes it to throw an ArrayIndexOutOfBoundsException at WebResponse:654 when "i" is 0. Is there a fix for this already or should I submit a patch?
Thanks,
Amit
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem seems to be centered around cookies that are no longer valid. All obsolete cookies are sent by a webserver as "KEY=". The latest version of HTTPUnit (1.3) has a bug which causes it to throw an ArrayIndexOutOfBoundsException at WebResponse:654 when "i" is 0. Is there a fix for this already or should I submit a patch?
Thanks,
Amit
A patch (preferably with a test case that demonstrated the bug) would be appreciated, thanks.