Uploaded image for project: 'Ymir'
  1. Ymir
  2. YMIR-292

RequestLoggingFilterでResponseの値の表示項目追加

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major 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」にしています。

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

              Created:
              Updated:
              Resolved: