spring MVC RESTful サービスを使用していますが、\,& などの文字を含む大きなテキスト メッセージをフロント エンドからキャッチし、コントローラーが大きなテキスト メッセージに対してエラーをスローします。
SEVERE: Servlet.service() for servlet [validate_webservice] in context with path [/validate_webservice] threw exception [Request processing failed; nested exception is ca.uhn.hl7v2.parser.EncodingNotSupportedException: Determine encoding for message. The following is the first 50 chars of the message for reference, although this may not be where the issue is: MSH|^~\\] with root cause
ca.uhn.hl7v2.parser.EncodingNotSupportedException: メッセージのエンコーディングを決定します。以下は、参照用のメッセージの最初の 50 文字ですが、これは問題の場所ではない可能性があります: MSH|^~\
大きな複雑な文字列値を正常に渡す方法は?