Bug 48450 - Add support of Spring Webflow to JMeter
Summary: Add support of Spring Webflow to JMeter
Status: RESOLVED WONTFIX
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.3.4
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 03:32 UTC by bugs.jmeter
Modified: 2016-02-27 09:54 UTC (History)
2 users (show)



Attachments
Patch that adds support of flow key extraction. (4.23 KB, application/octet-stream)
2009-12-28 03:32 UTC, bugs.jmeter
Details

Note You need to log in before you can comment on or make changes to this bug.
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