buildbot failure in on wicket-master-java13

2020-11-02 Thread buildbot
The Buildbot has detected a new failure on builder wicket-master-java13 while building wicket. Full details are available at: https://ci.apache.org/builders/wicket-master-java13/builds/350 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave6_ubuntu Build Reason: The

[wicket] branch master updated: Improved CSRF documentation

2020-11-02 Thread adelbene
This is an automated email from the ASF dual-hosted git repository. adelbene pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git The following commit(s) were added to refs/heads/master by this push: new dcd5342 Improved CSRF documentation dcd5342

buildbot failure in on wicket-master

2020-11-02 Thread buildbot
The Buildbot has detected a new failure on builder wicket-master while building wicket. Full details are available at: https://ci.apache.org/builders/wicket-master/builds/1389 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave6_ubuntu Build Reason: The

[jira] [Updated] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread Emond Papegaaij (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij updated WICKET-6848: Affects Version/s: 8.10.0 > Session invalidation fails because response is already

[jira] [Resolved] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread Emond Papegaaij (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emond Papegaaij resolved WICKET-6848. - Fix Version/s: 8.11.0 9.2.0 Assignee: Emond Papegaaij

[jira] [Commented] (WICKET-6847) async page storing fails with flush before detach without session

2020-11-02 Thread Emond Papegaaij (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17224632#comment-17224632 ] Emond Papegaaij commented on WICKET-6847: - [~reiern70] in WICKET-6848 you said you are still

[jira] [Commented] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17224633#comment-17224633 ] ASF subversion and git services commented on WICKET-6848: - Commit

[wicket] branch wicket-8.x updated: WICKET-6848: Do not flush before detach when session needs invalidation

2020-11-02 Thread papegaaij
This is an automated email from the ASF dual-hosted git repository. papegaaij pushed a commit to branch wicket-8.x in repository https://gitbox.apache.org/repos/asf/wicket.git The following commit(s) were added to refs/heads/wicket-8.x by this push: new 8150ad1 WICKET-6848: Do not flush

[jira] [Commented] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread Emond Papegaaij (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17224630#comment-17224630 ] Emond Papegaaij commented on WICKET-6848: - I've committed my patch as it does fix this

[wicket] branch master updated: WICKET-6848: Do not flush before detach when session needs invalidation

2020-11-02 Thread papegaaij
This is an automated email from the ASF dual-hosted git repository. papegaaij pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git The following commit(s) were added to refs/heads/master by this push: new 625f9af WICKET-6848: Do not flush before

[jira] [Commented] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17224628#comment-17224628 ] ASF subversion and git services commented on WICKET-6848: - Commit

buildbot success in on wicket-master-java14

2020-11-02 Thread buildbot
The Buildbot has detected a restored build on builder wicket-master-java14 while building wicket. Full details are available at: https://ci.apache.org/builders/wicket-master-java14/builds/268 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave6_ubuntu Build Reason: The

[jira] [Commented] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread Andrea Del Bene (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17224623#comment-17224623 ] Andrea Del Bene commented on WICKET-6848: - I agree with Emond. We might (should?) deprecate

[jira] [Commented] (WICKET-6848) Session invalidation fails because response is already committed

2020-11-02 Thread Emond Papegaaij (Jira)
[ https://issues.apache.org/jira/browse/WICKET-6848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17224529#comment-17224529 ] Emond Papegaaij commented on WICKET-6848: - It is important for the cookie to be cleared. For