Re: Management of Redirect and rfc7231

2016-03-20 Thread sebb
Not sure what you mean by that. JMeter should use whatever the HTTP library provides. On 17 March 2016 at 21:43, Philippe Mouawad wrote: > Ok sebb, but what about the target rfc we want to support ? > Thanks > > On Thu, Mar 17, 2016 at 9:54 PM, sebb wrote: > >> Ideally JMeter should delegate th

Re: Management of Redirect and rfc7231

2016-03-19 Thread sebb
Ideally JMeter should delegate the redirect decision to the HTTP library. However this may not be possible for all libraries. On 17 March 2016 at 20:46, Philippe Mouawad wrote: > +1 for this change > > @all thoughts ? > > On Thu, Mar 17, 2016 at 4:15 PM, UBIK LOAD PACK Support < > supp...@ubiklo

Re: Management of Redirect and rfc7231

2016-03-19 Thread Philippe Mouawad
Well, httpclient 4.5.2 supports Rfc 2616 Only httpclient 5.0 will support Rfc 7230 So for now we will stick to the current behaviour. When switching to 5.0 we will reconsider this. Thanks for reporting On Friday, March 18, 2016, sebb wrote: > Not sure what you mean by that. > > JMeter should

Management of Redirect and rfc7231

2016-03-19 Thread UBIK LOAD PACK Support
Hello Team, Is JMeter 3.0 supposed to support : - https://tools.ietf.org/html/rfc7231 1/ If so there may be an issue in support of Redirect: - https://tools.ietf.org/html/rfc7231#section-6.4 Currently only Head is considered as Safe: - https://github.com/apache/jmeter/blob/trunk

Re: Management of Redirect and rfc7231

2016-03-19 Thread Philippe Mouawad
+1 for this change @all thoughts ? On Thu, Mar 17, 2016 at 4:15 PM, UBIK LOAD PACK Support < supp...@ubikloadpack.com> wrote: > Hello Team, > Is JMeter 3.0 supposed to support : > >- https://tools.ietf.org/html/rfc7231 > > > 1/ If so there may be an issue in support of Redirect: > >- htt

Re: Management of Redirect and rfc7231

2016-03-18 Thread Philippe Mouawad
Ok sebb, but what about the target rfc we want to support ? Thanks On Thu, Mar 17, 2016 at 9:54 PM, sebb wrote: > Ideally JMeter should delegate the redirect decision to the HTTP library. > > However this may not be possible for all libraries. > > On 17 March 2016 at 20:46, Philippe Mouawad > w