You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
After manually editing the .orequest.body and .stump files for existing stumps on a local machine, then restarting the service and verifying they are served properly, it appears that the OriginalRequest's EndPoint properties in the .stump file were wiped out and set to 0.0.0.0:0.
I edited the requests of a number of existing stumps locally, updating the orequest.body and .stump files, then restarting the service. My changes were limited to:
changing the .server DisableStumpsWhenRecording to true
changing a card number sequence in the request xml of the orequest.body
changing the two BodyMatchRule properties in the .stump file. The stump name was also changed, but this was done through the website ui.
After saving these changes and restarting the stumps service, I verified that my altered stumps were being served properly, and changed the DisableStumpsWhenRecording back to false.
At this point I reviewed the .stump files that I had changed, and the LocalEndPoint and RemoteEndPoint properties of the OriginalRequest appeared to have been changed to 0.0.0.0:0.
The text was updated successfully, but these errors were encountered:
aglover-mw
changed the title
EndPoint properties of OriginalRequest section in .stump being wiped
EndPoint properties of OriginalRequest section in .stump being wiped out
Aug 27, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After manually editing the .orequest.body and .stump files for existing stumps on a local machine, then restarting the service and verifying they are served properly, it appears that the OriginalRequest's EndPoint properties in the .stump file were wiped out and set to 0.0.0.0:0.
I edited the requests of a number of existing stumps locally, updating the orequest.body and .stump files, then restarting the service. My changes were limited to:
At this point I reviewed the .stump files that I had changed, and the LocalEndPoint and RemoteEndPoint properties of the OriginalRequest appeared to have been changed to 0.0.0.0:0.
The text was updated successfully, but these errors were encountered: