https://issues.apache.org/bugzilla/show_bug.cgi?id=54205
--- Comment #4 from Etienne Carrière <[email protected]> --- Hi, I completed my first version of the Java Serialization implementation . You can find attached the full patch with : - Specific Sampler - Specific SamplerGui - Specific SamplerCreator which try to recognize the Java Serialized Object and if it fails it calls DefaultSamplerCreator. It is a simple method but it could be better to throw an exception in specific Creator and then use the DefaultSamplerCreator. - Specific message.properties It currently does not contains the documentation. It we want to merge this sampler into HTTP Sampler, I would like to discuss how to define the Gui : + a third panel "Java Serialized Object" with the two first "Parameters" and "Post Body" and integrate into the HTTP Sampler class + Retake the URLConfigGui and extend it with only 2 panels "Parameters" and "Post Body" and having a separate Sampler class Thanks for your comments, -- You are receiving this mail because: You are the assignee for the bug.
