• Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • 1.0-beta-6
    • Affects Version/s: 1.0-beta-5
    • Component/s: Teeda Core
    • None

      フォーワードの際
      1.ServletExternalContextImpl#dispatch
      2.dispatcher.forward内で、FacesContext#setCurrentInstanceが
       呼ばれ、null が設定される。
      3.上記1.のfinally句でDispatchScopeFactory#destroy();
      4.DispatchScopeFactory#destroy()内で、getRequestMap
      5.getRequestMap内で、FacesContext context =
      FacesContext.getCurrentInstance();
       が、getCurrentInstanceはnullの為、ヌルポ
      なのでNullチェックを入れます。

          [TEEDA-97] S2JSF1.1のフォーワード処理時にDispatchScopeFactoryでNullPointerException

          yone added a comment -

          対応しました。

          yone added a comment - 対応しました。

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

              Created:
              Updated:
              Resolved: