Description
Unlike some browsers, JMeter does not fix up the broken URLs returned in the Location header of 302 redirects generated by wicket.
For instance, after signing out of a wicket 1.4.6 app, the redirect might be to Location: http://host/wicket-app/.
Some browsers and even some webservers will fix this up (removing the dot), but JMeter will not and glassfish (and possibly other appservers) will return a 404 error.
I've have discussed the issue with the JMeter developer and hence opened this ticket.
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/201002.mbox/browser
Many thanks,
Alex
Attachments
Issue Links
- is related to
-
WICKET-2600 Redirect to home page still does not work (regression)
- Resolved