Closed GoogleCodeExporter closed 8 years ago
Fixed.
Original comment by martin.grotzke
on 14 Jun 2012 at 8:18
Tested the jars posted in #143, they definitely look better. POSTing login
details takes 170ms, much better than before.
Full logs at https://gist.github.com/2961723
Original comment by one...@energyhub.net
on 20 Jun 2012 at 7:37
Strange, looks as if there are two concurrent requests coming in for POST
/EDX/j_spring_security_check.
Can you reproduce this log pattern, can you provide corresponding http
request/response headers?
From the logs I would say you have configured sessionBackupAsync="true" (or not
at all, and this is the default). Can you change it to
sessionBackupAsync="false"? For non-sticky sessions this makes more sense.
Original comment by martin.grotzke
on 21 Jun 2012 at 12:38
Original comment by martin.grotzke
on 3 Jul 2012 at 8:13
Original comment by martin.grotzke
on 3 Jul 2012 at 8:13
Original issue reported on code.google.com by
martin.grotzke
on 14 Jun 2012 at 6:50