Bug 48450

Summary: Add support of Spring Webflow to JMeter
Product: JMeter - Now in Github Reporter: bugs.jmeter
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: dzmitry.kashlach, p.mouawad
Priority: P2    
Version: 2.3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Attachments: Patch that adds support of flow key extraction.

Description bugs.jmeter 2009-12-28 03:32:39 UTC
Created attachment 24760 [details]
Patch that adds support of flow key extraction.

Spring Webflow may use POST parameter as session identifier. It is very tedious task to add proper expression extractor to every HTTP request element. I was not able to configure JMeter proxy properly to add parameter extraction automatically.

To do the task I have updated JMeter code instead (I have attached patch I used). This seems extremely dirty way to do this, but at least it works for me. I think it could be feasible to do something like that in more general way, so some element could be repeated by proxy whenever some text appears in the response. I did not have a time to implement such feature myself, but I though someone could be interested to do it.
Comment 1 Philippe Mouawad 2016-02-27 09:54:37 UTC
Niche, maybe would be in a more General Auto Correlate feature which would offer ability to plug extractors/injectors
Comment 2 The ASF infrastructure team 2022-09-24 20:37:44 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2322