You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by sebb <se...@gmail.com> on 2010/01/22 00:22:55 UTC

Re: svn commit: r901727 - in /jakarta/jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java xdocs/changes.xml

On 21/01/2010, Rainer Jung <ra...@kippdata.de> wrote:
> On 21.01.2010 15:45, sebb@apache.org wrote:
>
> > Author: sebb
> > Date: Thu Jan 21 14:45:57 2010
> > New Revision: 901727
> >
> > URL: http://svn.apache.org/viewvc?rev=901727&view=rev
> > Log:
> > Bug 48570 - AjpSampler doesn't support query parameters (GET/POST)
> >
> > Modified:
> >
> jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
> >     jakarta/jmeter/trunk/xdocs/changes.xml
> >
> > Modified:
> jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
> > URL:
> http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java?rev=901727&r1=901726&r2=901727&view=diff
> >
> ==============================================================================
> > ---
> jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
> (original)
> > +++
> jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
> Thu Jan 21 14:45:57 2010
> > @@ -31,6 +31,7 @@
> >  import
> org.apache.jmeter.protocol.http.control.CookieManager;
> >  import org.apache.jmeter.protocol.http.control.Header;
> >  import
> org.apache.jmeter.protocol.http.control.HeaderManager;
> > +import org.apache.jmeter.protocol.http.util.HTTPFileArg;
> >  import
> org.apache.jmeter.testelement.property.CollectionProperty;
> >  import
> org.apache.jmeter.testelement.property.JMeterProperty;
> >  import
> org.apache.jmeter.testelement.property.PropertyIterator;
> >
>
>  I think this part of the commit was probably unintentional.

Thanks, fixed.

[I was looking at removing the deprecation warnings, and failed to
remove all the temporary code.]

>  Regards,
>
>  Rainer
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail:
> jmeter-dev-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail:
> jmeter-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org