https://issues.apache.org/bugzilla/show_bug.cgi?id=50963
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Sebb <[email protected]> 2011-03-23 21:01:10 EDT --- I've found one bug, which is that the code fails to skip past the control integer used for header translation, so the value is then used as the length for the next String. Not sure if that is the same bug as in Bug 47242 - there's rather a lot of code to scan to see if it is. URL: http://svn.apache.org/viewvc?rev=1084822&view=rev Log: Bug 50963 - AjpSampler throws java.lang.StringIndexOutOfBoundsException Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java jakarta/jmeter/trunk/xdocs/changes.xml The code is in nightly builds from r1084822. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
