• Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • 1.0.1
    • Affects Version/s: 1.0.0
    • Component/s: ymir-core
    • None

      【概要】
      RequestLoggingFilterでResponseの値の表示項目追加させて下さい。

      sb.append("Response class=").append(response.getClass().getName());
      

      を以下のようにお願いします。

      sb.append("Response=").append(response.getClass().getName());
      sb.append(LF).append(IND);
      sb.append("CharacterEncoding=").append(response.getCharacterEncoding());
      sb.append(", ContentType=").append(response.getContentType());
      sb.append(", Locale=").append(response.getLocale());
      

      ※Requestに合わせて「Response class」を「Response」にしています。

          [YMIR-292] RequestLoggingFilterでResponseの値の表示項目追加

          skirnir added a comment -

          確認ありがとうございました。closeとします。

          skirnir added a comment - 確認ありがとうございました。closeとします。

          jflute added a comment -

          ありがとうございます。
          確認しました!OKです。

            Response=org.apache.catalina.connector.ResponseFacade
            CharacterEncoding=UTF-8, ContentType=text/html;charset=UTF-8, Locale=ja_JP
          

          jflute added a comment - ありがとうございます。 確認しました!OKです。 Response=org.apache.catalina.connector.ResponseFacade CharacterEncoding=UTF-8, ContentType=text/html;charset=UTF-8, Locale=ja_JP

          skirnir added a comment -

          対処しました。確認してみてください。

          skirnir added a comment - 対処しました。確認してみてください。

            Assignee:
            skirnir
            Reporter:
            jflute
            Votes:
            0 Vote for this issue
            Watchers:
            Start watching this issue

              Created:
              Updated:
              Resolved: