Skip to content

Fix decodeURI process crash#712

Merged
255kb merged 3 commits intomockoon:fix/689-decode-uri-transactionfrom
tsgodara:fix/689-decode-uri-crash
May 30, 2022
Merged

Fix decodeURI process crash#712
255kb merged 3 commits intomockoon:fix/689-decode-uri-transactionfrom
tsgodara:fix/689-decode-uri-crash

Conversation

@tsgodara
Copy link
Contributor

Closes #689

Technical implementation details

Checklist

  • data migration added (@mockoon/commons)
  • data migration automated tests added (@mockoon/commons)
  • CLI automated tests added (@mockoon/cli)
  • desktop automated tests added (@mockoon/desktop)

@tsgodara tsgodara requested a review from 255kb as a code owner May 18, 2022 11:54
Copy link
Member

@255kb 255kb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!
I added one remark/change request.

Also, could you please format using Prettier?

Thank you

@255kb
Copy link
Member

255kb commented May 30, 2022

@tsgodara I will merge this and make the changes as I am going to finalize a new release in the coming days.
Thank you again for the contribution!

@255kb 255kb changed the base branch from main to fix/689-decode-uri-transaction May 30, 2022 07:52
@255kb 255kb merged commit 6c2abd4 into mockoon:fix/689-decode-uri-transaction May 30, 2022
255kb pushed a commit that referenced this pull request May 30, 2022
* Fix decodeURI process crash (#712)

* Fix DecodeURI process crashing

* 689: Fix DecodeURI process crashing

* 689: Fixed lint error

Co-authored-by: Tapendra Godara <tapen@Tapendras-MacBook-Pro.local>

* Remove console.log and maintain raw query display in logs tab

There is no real need to log as this transaction query is the raw version displayed in the log tabs only. A failure wouldn't impact the application in any way.

Co-authored-by: Tapendra S Godara <tsgodara@gmail.com>
Co-authored-by: Tapendra Godara <tapen@Tapendras-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Uncaught exception raised by decodeURI results in a process crash

2 participants