You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by ag...@apache.org on 2017/03/16 22:39:58 UTC

svn commit: r1787265 - in /jmeter/trunk/xdocs: changes.xml usermanual/jmeter_accesslog_sampler_step_by_step.xml

Author: agomes
Date: Thu Mar 16 22:39:57 2017
New Revision: 1787265

URL: http://svn.apache.org/viewvc?rev=1787265&view=rev
Log:
Update jmeter_accesslog_sampler_step_by_step

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/jmeter_accesslog_sampler_step_by_step.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1787265&r1=1787264&r2=1787265&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Thu Mar 16 22:39:57 2017
@@ -124,7 +124,7 @@ listeners hold and a rework of the way G
 
 <ch_title>Documentation improvements</ch_title>
 <ul>
-<li>PDF Documentations have been migrated to HTML user manual</li>
+<li>PDF Documentations have been migrated and updated to HTML user manual</li>
 </ul>
 
 <!-- =================== Incompatible changes =================== -->

Modified: jmeter/trunk/xdocs/usermanual/jmeter_accesslog_sampler_step_by_step.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_accesslog_sampler_step_by_step.xml?rev=1787265&r1=1787264&r2=1787265&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/jmeter_accesslog_sampler_step_by_step.xml (original)
+++ jmeter/trunk/xdocs/usermanual/jmeter_accesslog_sampler_step_by_step.xml Thu Mar 16 22:39:57 2017
@@ -55,6 +55,7 @@ general cases where access logs might be
 <ul>
   <li>Security sensitive applications where the data is encrypted</li>
   <li>The application does not allow fine grain control of which request parameters are written to the access logs</li>
+  <li>The application does not need correlation between requests</li>
   <li>The webserver cannot be configured to append the post data to the access log</li>
   <li>The webserver is hosting multiple applications, but doesn't provide a way to log the requests of one application to a separate file</li>
 </ul>