Uploaded image for project: 'Teeda'
  1. Teeda
  2. TEEDA-97

S2JSF1.1のフォーワード処理時にDispatchScopeFactoryでNullPointerException

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major 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チェックを入れます。

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

              Created:
              Updated:
              Resolved: