Issue with the form selection on Tririga application with Jmeter proxy recording
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**jatinder** ([Bug 64209](https://bz.apache.org/bugzilla//show_bug.cgi?id=64209&redirect=false)):
Issue description –
When trying to record https web traffic from Tririga web pages using Jmeter Proxy recording, we see that redirection urls are not constructed properly thus server responding back with a 404-Not Found response.
We do not see this issue while recording the application in Fiddler, LoadRunner, Silk performer or any other tools at our disposal.
We also notice that for the first selection on the form, the redirect happens correctly, and the selection options are displayed but from second selection onwards, we start seeing the issue no matter which page we select or which field on the page. If we stop recording after first selection and then start again, we would be able to do one more selection and so on.
First selection on the form
Success -
List of requests for Success.
POST https://xxxx.xxxx.com/trivpt1/html/en/default/actionHandler/actionDelegate.jsp
POST https://xxxx.xxxx.com/trivpt1/html/en/default/actionHandler/actionProcessor.jsp
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/openWithHeaders.jsp?winName=/trivpt1/html/en/default/reportTemplate/viewPageReport.jsp?propertyId=208133&projectId=1&refSpecTypeId=10002093&passThrough=false&reportTemplId=143615&reportName=cstCountry%20-%20Find%20-%20Country%20for%20Documentum%20System%20Country&altGuiListId=-1&ffCnt=1&ffn1=triNameTX&ffv1=&smartField=1&associatedId=225581648&manager=1&parentSOSubCategoryId=1&selectType=single&tempSpecId=727193449844299074&olv=1
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/frameHdn.html
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/loading.html
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/header.jsp
GET https://xxxx.xxxx.com/trivpt1/html/en/default/js/templateScripts.jsp
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/openWithObjectMain.jsp?winName=/trivpt1/html/en/default/reportTemplate/viewPageReport.jsp?propertyId=208133&projectId=1&refSpecTypeId=10002093&passThrough=false&reportTemplId=143615&reportName=cstCountry%20-%20Find%20-%20Country%20for%20Documentum%20System%20Country&altGuiListId=-1&ffCnt=1&ffn1=triNameTX&ffv1=&smartField=1&associatedId=225581648&manager=1&parentSOSubCategoryId=1&selectType=single&tempSpecId=727193449844299074&olv=1
GET https://xxxx.xxxx.com/trivpt1/html/en/default/js/templateScripts.jsp
POST https://xxxx.xxxx.com/trivpt1/html/en/default/reportTemplate/viewPageReport.jsp
POST data:
propertyId=208133&projectId=1&refSpecTypeId=10002093&passThrough=false&reportTemplId=143615&reportName=cstCountry+-+Find+-+Country+for+Documentum+System+Country&altGuiListId=-1&ffCnt=1&ffn1=triNameTX&ffv1=&smartField=1&associatedId=225581648&manager=1&parentSOSubCategoryId=1&selectType=single&tempSpecId=727193449844299074&olv=1&bookmarkable=false&MGRiODZhYTk5NGZj=Vq-RF8cPq1GQG6-X_LWVwlisS9B61eNI
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/activityCheck.jsp
Failure - Second time trying to select same field on same form in same session results in 404 - Not Found. Requests are different when selecting same field twice and second time it fails.
POST https://xxxx.xxxx.com/trivpt1/html/en/default/actionHandler/actionProcessor.jsp
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/openWithHeaders.jsp?winName=%2Ftrivpt1%2Fhtml%2Fen%2Fdefault%2FreportTemplate%2FviewPageReport.jsp%3FpropertyId%3D208133&projectId=1&refSpecTypeId=10002093&passThrough=false&reportTemplId=143615&reportName=cstCountry+-+Find+-+Country+for+Documentum+System+Country&altGuiListId=-1&ffCnt=1&ffn1=triNameTX&ffv1=&smartField=1&associatedId=225581648&manager=1&parentSOSubCategoryId=1&selectType=single&tempSpecId=727193449844299074&olv=1
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/loading.html
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/frameHdn.html
GET https://xxxx.xxxx.com/trivpt1/html/en/default/js/templateScripts.jsp
GET https://xxxx.xxxx.com/trivpt1/html/en/default/common/openWithObjectMain.jsp?winName=%2Ftrivpt1%2Fhtml%2Fen%2Fdefault%2FreportTemplate%2FviewPageReport.jsp%3FpropertyId%3D208133&projectId=1&refSpecTypeId=10002093&passThrough=false&reportTemplId=143615&reportName=cstCountry+-+Find+-+Country+for+Documentum+System+Country&altGuiListId=-1&ffCnt=1&ffn1=triNameTX&ffv1=&smartField=1&associatedId=225581648&manager=1&parentSOSubCategoryId=1&selectType=single&tempSpecId=727193449844299074&olv=1
GET https://xxxx.xxxx.com/trivpt1/html/en/default/js/templateScripts.jsp
POST https://xxxx.xxxx.com/trivpt1/html/en/default/common/%2Ftrivpt1%2Fhtml%2Fen%2Fdefault%2FreportTemplate%2FviewPageReport.jsp%3FpropertyId%3D208133&projectId=1&refSpecTypeId=10002093&passThrough=false&reportTemplId=143615&reportName=cstCountry+-+Find+-+Country+for+Documentum+System+Country&altGuiListId=-1&ffCnt=1&ffn1=triNameTX&ffv1=&smartField=1&associatedId=225581648&manager=1&parentSOSubCategoryId=1&selectType=single&tempSpecId=727193449844299074&olv=1&bookmarkable=false
POST data:
MGRiODZhYTk5NGZj=Vq-RF8cPq1GQG6-X_LWVwlisS9B61eNI
Severity: normal
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.