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

Length制約の適用対象プロパティを正規表現記述で指定した場合、マッチするリクエストパラメータが無いと実行時例外が発生する

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.9.2
    • Affects Version/s: 0.9.1
    • Component/s: ymir-core
    • None
    • Environment:
      JRE1.6.0 (1.6.0_01-b06) / apache-tomcat 5.5.23

      リクエストパラメータにhoge=123のみが含まれている場合に
      @Length(property = "#hoge1", max = 1)
      public void get() {
      ...
      }
      を指定しGetリクエストを送信すると、以下の例外が発生する。

      java.lang.IllegalArgumentException: Please specify at least one property: "アノテーションが付けられているアクションメソッド()"
      org.seasar.ymir.constraint.impl.LengthConstraint.confirm(LengthConstraint.java:17)
      org.seasar.ymir.constraint.impl.LengthConstraint.confirm(LengthConstraint.java:12)
      org.seasar.ymir.impl.ConstraintBag.confirm(ConstraintBag.java:27)
      org.seasar.ymir.interceptor.impl.CheckConstraintInterceptor.confirmConstraint(CheckConstraintInterceptor.java:118)

            Assignee:
            skirnir skirnir
            Reporter:
            yumeto Yumeto Yamagishi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: