Sorry, should have mentioned this before, but this was on Tomcat 6.0.35
(Debian).
Willem
Op vrijdag, 13 april 2012 16:21 schreef Willem Fibbe - Realworks BV
:
Hi,
We have a small cluster of 2 Tomcat-nodes, replicating sessions via
SimpleTcpCluster.
After we enabled
hence the exception.
Is this a bug, maybe? Or should I use something else than SimpleTcpCluster?
Regards,
Willem Fibbe
Hi,
With the HEAD revision of tc7.0.x/trunk I get that spaces are translated into +
symbols.
After binary searching which SVN rev in tomcat introduced this error, I found
the following:
- 1189876 correctly URL-decodes the + sign into a space
- 1189899 doesn't URL-decode the + sign into a space