[TEEDA-97] S2JSF1.1のフォーワード処理時にDispatchScopeFactoryでNullPointerException Created: 2006-09-14  Updated: 2006-09-14  Resolved: 2006-09-14

Status: Resolved
Project: Teeda
Component/s: Teeda Core
Affects Version/s: 1.0-beta-5
Fix Version/s: 1.0-beta-6

Type: Bug Priority: Major
Reporter: yone Assignee: yone
Resolution: Fixed Votes: 0
Labels: None


 Description   

フォーワードの際
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チェックを入れます。



 Comments   
Comment by yone [ 2006-09-14 ]

対応しました。

Generated at Sat Apr 27 13:26:58 JST 2024 using Jira 9.15.0#9150000-sha1:9ead8528714127d8cfabf2446010d7e62c0a195c.