2.3.1 changed the way that the View Tree decided if a response was text. Previously, any content-type other than image/* was regarded as text. This caused problems with binary application files. So the code was changed to look for particular types only.
In retrospect that was probably not a good idea, especially as it was not really documented... See http://issues.apache.org/bugzilla/show_bug.cgi?id=44011 for further details and a work-round. If there are any other content-types that need to be added, feel free to update the Bugzilla issue (or post here). Sorry for the inconvenience. On 07/12/2007, Dmitry Kudrenko <[EMAIL PROTECTED]> wrote: > Greetings > > I have test plan, with the following fragment in it: > +HTTP Request > +-RE Extractor (Response field to check: Body) > > It works in 2.3.0 but does not in 2.3.1. Seems RE Extractor can't > find response for processing. > > For the information: > 1) 'View Results Tree' shows disabled panel in Response data tab (2.3.1) > but (2.3.0) contains data. > 2) Browser displays response data correctly. > 3) Response Assertion for HTTP Request gets 'Request was null' error. > > Also I had a plan (2.3.1) where I can't view Response data in the 'View > Results > Tree' but Response Assertion worked when 'Text Response' checked in the > 'Response Field to Test'. > > What I am doing wrong? > > Thank you. > -- > Regards, > Dmitry Kudrenko > ARDAS group http://www.ardas.dp.ua > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

