buildbot failure in on jmeter-nightly

2016-06-13 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-nightly while 
building . Full details are available at:
https://ci.apache.org/builders/jmeter-nightly/builds/341

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: hemera_ubuntu

Build Reason: The Nightly scheduler named 'jmeterNightly' triggered this build
Build Source Stamp: [branch jmeter/trunk] HEAD
Blamelist: 

BUILD FAILED: failed shell_5

Sincerely,
 -The Buildbot





Sampler Creators using something other than Content-Type

2016-06-13 Thread Michael Chirlin
During Proxy recording I have requests that I want to handle with a
SampleCreator other than the DeafultSampleCreator, but the
SamplerCreatorFactory only lets the Content-Type header determine
which creator is used.

I propose to allow other header type fields to select the
SamplerCreator. Currently in my local installation I am selecting the
SamplerCreator first using the content-type  header and then falling
back to the accept header:

SamplerCreator creator = samplerCreatorMap.get(request.getContentType());

if (creator == null) {
  creator = samplerCreatorMap.get(request.getAccept());
}

But it would probably be better to add an additional method to the
SamplerCreator for getManagedAcceptTypes and have two maps
samplerCreatorContentTypeMap and samplerCreatorAcceptMap.

Any thoughts around handling this any other ways?

Cheers,

Michael Chirlin


[GitHub] jmeter issue #209: Bug59620_BrowserFileAndDirectory

2016-06-13 Thread ra0077
Github user ra0077 commented on the issue:

https://github.com/apache/jmeter/pull/209
  
Hi Philippe,

New patch commited

Antonio


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[Recording] Impossible to record a http website with HTTP4 implementation

2016-06-13 Thread Maxime Chassagneux
Hi,

I have one example of a website which I can't record with HTTP4
implementation (only work with JAVA implementation )
On JMeter 2.13, this problem existed, during the dev of the 3.00 this bug
was not present, and since the official 3.00 out, it come back.

The error display on firefox is just "Content Encoding Error".

How I could help to send you more information ? what kind of trace do you
need ?