java.lang.IllegalStateException: Cannot create a session after the response has been committed
Caused by: org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: Error executing tag <g:isSelfProfile>: Cannot create a session after the response has been committed
session
Grails 2.3.0 GA にアップグレードした後、ビューで変数にアクセスしようとすると(または単に を呼び出そうとすると${session == null}
)、セッションが (コントローラーで) 以前に作成されていないと例外が発生します。