[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #15 from UbikLoadPack support <supp...@ubikloadpack.com> ---
Author: pmouawad
Date: Tue Oct 18 14:35:43 2016
New Revision: 1765448

URL: http://svn.apache.org/viewvc?rev=1765448=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Fix deprecated calls to setBytes(int)
Bugzilla Id: 53039

Modified:
   
jmeter/trunk/src/protocol/ftp/org/apache/jmeter/protocol/ftp/sampler/FTPSampler.java
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.java
   
jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.java
   
jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/tools/CounterOutputStream.java

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #14 from Ahmad  ---
I verified that 5GB file was captured correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #13 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Oct 12 09:43:21 2016
New Revision: 1764422

URL: http://svn.apache.org/viewvc?rev=1764422=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Fix bug as per Felix Schumacher review, thx
Bugzilla Id: 53039

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPFileImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #12 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Oct 12 09:17:37 2016
New Revision: 1764412

URL: http://svn.apache.org/viewvc?rev=1764412=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Restore changed method for backward compatibility
Bugzilla Id: 53039

Modified:
jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #11 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Oct 12 08:15:14 2016
New Revision: 1764399

URL: http://svn.apache.org/viewvc?rev=1764399=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Update properties_reference.xml
Bugzilla Id: 53039

Modified:
jmeter/trunk/xdocs/usermanual/properties_reference.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

--- Comment #10 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Oct 12 08:06:16 2016
New Revision: 1764397

URL: http://svn.apache.org/viewvc?rev=1764397=rev
Log:
Bug 53039 - HTTP Request : Be able to handle responses which size exceeds
2147483647 bytes
Bugzilla Id: 53039

Modified:
jmeter/trunk/bin/jmeter.properties
   
jmeter/trunk/src/components/org/apache/jmeter/assertions/SMIMEAssertion.java
jmeter/trunk/src/components/org/apache/jmeter/assertions/SizeAssertion.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/TableVisualizer.java
jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
jmeter/trunk/src/core/org/apache/jmeter/report/core/Sample.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/DataStrippingSampleSender.java
jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/StatisticalSampleResult.java
jmeter/trunk/src/core/org/apache/jmeter/save/CSVSaveService.java
   
jmeter/trunk/src/core/org/apache/jmeter/save/converters/SampleResultConverter.java
jmeter/trunk/src/core/org/apache/jmeter/util/Calculator.java
   
jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPAbstractImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPFileImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPJavaImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
jmeter/trunk/test/src/org/apache/jmeter/samplers/TestSampleResult.java
jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53039] HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53039

Philippe Mouawad  changed:

   What|Removed |Added

Summary|Be able to handle responses |HTTP Request : Be able to
   |which size exceeds  |handle responses which size
   |2147483647 bytes|exceeds 2147483647 bytes

-- 
You are receiving this mail because:
You are the assignee for the bug.