Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

レスポンスシグネチャのチェック不具合対応 #115

Merged
merged 2 commits into from Mar 27, 2018

Conversation

vfa-duyna
Copy link
Contributor

概要(Summary)

動作確認手順(Step for Confirmation)

■現象
・事前環境設定:Response Validationにチェックをする
・値にダブルクォーテーションが入っている場合 - 検索失敗 -> レスポンスシグネチャチェックにNGになるのを改善

■対応
・パターン1 : ダブルクォーテーションなどエスケープがあるデータ
・パターン2 : 絵文字(4桁の16進数で表記されたUnicode文字)があるデータ
・パターン3 : 絵文字とダブルクォーテーションが混雑するデータ

■テスト実施もnode app.jsで全OKになりました。

Run the unit test.

@n0guch1 n0guch1 merged commit 49851c3 into develop Mar 27, 2018
@n0guch1 n0guch1 deleted the fix/modified_response_signature_data_escape branch March 27, 2018 05:10
@n0guch1 n0guch1 mentioned this pull request Mar 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants