Author: knopp
Date: Wed Mar 21 15:14:36 2007
New Revision: 521024
URL: http://svn.apache.org/viewvc?view=rev&rev=521024
Log:
as the comment says
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/protocol/http/SecondLevelCacheSessionStore.java
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/protocol/http/SecondLevelCacheSessionStore.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/protocol/http/SecondLevelCacheSessionStore.java?view=diff&rev=521024&r1=521023&r2=521024
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/protocol/http/SecondLevelCacheSessionStore.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/protocol/http/SecondLevelCacheSessionStore.java
Wed Mar 21 15:14:36 2007
@@ -371,7 +371,12 @@
s.defaultReadObject();
// this is an hack.. when object is read in. It must
ignore the
// first version bump.
- versionStarted = true;
+
+ // (matej_k) for now, I'm commenting it out. It causes
serious trouble with back
+ // button, where new versions are not created as they
should be
+ // johan promised to look at it soon
+
+ //versionStarted = true;
}
}