
http://bugzilla.qos.ch/show_bug.cgi?id=109 ------- Comment #11 from joern@huxhorn.de 2008-01-28 21:39 ------- Created an attachment (id=21) --> (http://bugzilla.qos.ch/attachment.cgi?id=21&action=view) NPE in getRequestContent & getResponseContent, changed serialVersionUID I changed the serialVersionUID since we changed the signature of Map<String, String[]> requestParameterMap. Otherwise, a previously serialized object is deserialized without error but the requestParameterMap returns a String instead of String[] despite the different type. This results in a ClassCastException. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.