Hallo Rainer, in both cases the request is performed to the same url: /WR2005_DEV/CashPosition/cpm_Account.aspx
then in both cases many requests are performed to http://test.cubido.at/WR2005_DEV/CashPosition/Blank.htm which returns a 404 error. With 1662 this (not found) Blank.html stays the current response what explains the error. With 1551, cpm_Account.aspx becomes the current response. I can't tell more but there is surely a missing page on the server side. Furthermore, is it really the same server: the X-AspNet-Version: 2.0.50727 header is only present in responses to 1551. Marc. Rainer Worbis wrote: > Hallo Marc, > > here are the output files with the option > log4j.logger.httpclient.wire.header=debug > I added " <header name="User-Agent" value="Mozilla/4.0 (compatible; MSIE > 6.0b; Windows 98)"/>" in the config.xml of the 1662 version (the default > value fur user-agent was '4.0 (compatible; MSIE 6.0; Windows 98)') - both > cases didn't change anything in the behavior. > > What I found out is that there are several iframes in this application that > refere to 'Blank.htm' (which is not found because it exists only on the root > of the application). So there seems to be different behavior between the > versions when iframe targets are not found. At the moment I can't change the > webapp but I will try tomorrow. > Do you know of any configuration option to get the 'old' behavior (maybe with > some warning...) > > Thanks, > Rainer > > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Marc Guillemot > Gesendet: Dienstag, 16. Oktober 2007 21:33 > An: [email protected] > Betreff: [Webtest] Re: changed behavior of Invoke between R_1551 and R_1622 > > Hi Rainer, > > what I meant was for example to set > log4j.logger.httpclient.wire.header=debug > in Webtest's lib/log4j.properties to see which HTTP requests are made in > both cases. > > Your result file just shows that with R_1622 request is made to > http://test.cubido.at/WR2005_DEV/CashPosition/cpm_Account.aspx > what seems correct according to your basepath. > > Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

