Bug 45772

Summary: RegEx User Parameters Post Processor
Product: JMeter - Now in Github Reporter: Radu <last_deceneu>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P1 Keywords: PatchAvailable
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: SVN diff

Description Radu 2008-09-09 07:19:00 UTC
Created attachment 22547 [details]
SVN diff 

I complex web application that I'm developing we have pages with a lot of
 parameters that are passes trough requests, especially pages for
 modifications.
 To be able to test that kind of pages we needed a post-processor that will
 extract all parameters with their values from first request and will pass to
 the second request.
 This functionality I achieved connecting a regular expression extractor
 post-processor to the first request and take results in regex user
 parameters preprocessor and assign values to parameters of second request.
Comment 1 Philippe Mouawad 2013-01-01 17:26:27 UTC
Date: Tue Jan  1 17:18:46 2013
New Revision: 1427477

URL: http://svn.apache.org/viewvc?rev=1427477&view=rev
Log:
Bug 45772 - RgEx User Parameters Post Processor
Bugzilla Id: 45772

Added:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/RegExUserParameters.java   (with props)
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/modifier/gui/RegExUserParametersGui.java   (with props)
    jmeter/trunk/xdocs/demos/RegEx-User-Parameters.jmx
    jmeter/trunk/xdocs/images/screenshots/regex_user_params.png   (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
    
    
Date: Tue Jan  1 17:19:21 2013
New Revision: 1427478

URL: http://svn.apache.org/viewvc?rev=1427478&view=rev
Log:
Bug 45772 - RgEx User Parameters Post Processor
Bugzilla Id: 45772

Added:
    jmeter/trunk/docs/images/screenshots/regex_user_params.png   (with props)
    
    
Date: Tue Jan  1 17:23:11 2013
New Revision: 1427480

URL: http://svn.apache.org/viewvc?rev=1427480&view=rev
Log:
Bug 45772 - RegEx User Parameters Post Processor
Bugzilla Id: 45772

Modified:
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2013-01-01 17:27:27 UTC
Patch applied with following fixes:
- Fix issues which missed last parameter name/value
- Removed useless synchronization code
- Simplified some codes


THANK YOU FOR PATCH.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:42 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2151