Re: Cannot create a session after the response has been committed

2021-09-22 Thread Martin Grigorov
On Wed, Sep 22, 2021 at 11:51 AM vahid ghasemi wrote: > my wicket version is 7.5. > I'd recommend you to upgrade, if possible. There were some improvements in this area with https://issues.apache.org/jira/browse/WICKET-6831 and the linked tickets. > > this is full stacktrace: >

Re: Cannot create a session after the response has been committed

2021-09-22 Thread vahid ghasemi
my wicket version is 7.5. this is full stacktrace: java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.Request.doGetSession(Request.java:2992) at