Hi List,

Should it work to have a public instance with and unsecured root, no admin, etc. and NOT use caching? The reason I ask is that I have a situation where my included jsps (included via the cms include tag) cause the following error:


FATAL org.apache.jasper.runtime.JspFactoryImpl JspFactoryImpl.java (internalGetPageContext:110) 26.06.2007 15:03:33 Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.Request.doGetSession(Request.java: 2221)
        at org.apache.catalina.connector.Request.getSession(Request.java:2031)


If I enable caching, I don't get this error. If I require login, I don't get this error. But if I disable security on the root path and leave caching disabled, I get this problem with session creation after the response has been committed. The jsps involved are my own. Causes this problem even the included jsp is empty.

I am using the head of the 3.0 branch.

here's a similar report:
http://www.nabble.com/Imagegallery-doesn-appear-for-anonymous-users- tf3979543.html#a11297370

Another detail: it seems to work when I don't use the cms:include tag to include my jsp but rather the jsp:include.


Cheers,
Chris

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to