• 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」にしています。

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

              Created:
              Updated:
              Resolved: