-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hoverfly templating issue with number greater than 9007199254740991 #1155
Comments
kapishmalik
added a commit
to kapishmalik/hoverfly
that referenced
this issue
Nov 29, 2024
@akhilasmohan raised PR for the same. @tommysitu Could you please review the same. |
++
…On Fri, Nov 29, 2024, 16:08 Kapish Malik ***@***.***> wrote:
@akhilasmohan <https://github.com/akhilasmohan> raised PR for the same.
@tommysitu <https://github.com/tommysitu> Could you please review the
same.
—
Reply to this email directly, view it on GitHub
<#1155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVBRCWHKTB23NPLTTHYBEQ32DA73VAVCNFSM6AAAAABSWVYHA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBXGUZTQMRXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
tommysitu
pushed a commit
that referenced
this issue
Nov 30, 2024
tommysitu
added a commit
that referenced
this issue
Nov 30, 2024
kapishmalik
added a commit
to kapishmalik/hoverfly
that referenced
this issue
Nov 30, 2024
)" This reverts commit 25457ed.
Merged
@akhilasmohan this issue is fixed in new version 1.10.5 |
Hi Team,
Sure Thank you
Regards,
Akhila
…On Sun, Dec 1, 2024, 22:56 Kapish Malik ***@***.***> wrote:
@akhilasmohan <https://github.com/akhilasmohan> this issue is fixed in
new version 1.10.5
—
Reply to this email directly, view it on GitHub
<#1155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVBRCWE3OCQD2LOAPLLJSMT2DNBDNAVCNFSM6AAAAABSWVYHA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJQGA4TCOBVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
I am trying to get data from request to the response via templating.While trying it is observed for numbers greater than 9007199254740991 in the request , the response gets changed .
Example :
If I am passing this as the request body :
"Input": {
"inputNo1": "100",
"inputNo2": "0009007199254740999",
"inputNo3": "001"
}
Output Response:
"Output": {
"outputNo1": "100",
"outputNo2": "0009007199254741000",
"outputNo3": "1"
}
Template used : "{{ Request.Body 'jsonpath' '$.Input.inputNo2' }}"
Steps to reproduce the issue
Use the above template to extract the data from request .
Here the data is send as string and the template is also placed within "".
Observed result
Hoverfly error messages seen (If none, say none)
If possible, add screenshots to help explain your problem
Expected result
Additional relevant information
| hoverctl | master-4270 |
| hoverfly | v1.9.5
The text was updated successfully, but these errors were encountered: