Uploaded image for project: 'Cubby'
  1. Cubby
  2. CUBBY-25

JSP での暗黙オブジェクト「contextPath」のセットタイミングについて

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.9.1
    • Affects Version/s: 0.9.1
    • Component/s: Core
    • None

      JSP での暗黙オブジェクト「contextPath」がセットされるタイミングは、現状「forward の直前」となっています。

      現在、web.xmlで
      エラーコード500が返ってきたときにエラーページに飛ばすようにしているのですが、
      Forward処理が走らないのでcontextPathがセットされません。
      <error-page>
      <error-code>500</error-code>
      <location>/pages/system-error.jsp</location>
      </error-page>

      エラーページへの遷移処理をActionかInterceptorでおこなえば、現状のままでも問題ありませんが
      セットするタイミングを「action メソッドの実行前」などに移動できないでしょうか?

            Assignee:
            baba baba
            Reporter:
            inumaru inumaru
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: