Hi Jyve users

Good news: Jyve works again with the current CVS of Turbine!!!


After Matt Midboe <[EMAIL PROTECTED]> proposed I new version to this
mailing list I commited an update of the session validator stuff.

- removed SessionValidator.java in org.apache.jyve.actions
- created dir sessionvalidator in org.apache.jyve.actions
- added new DefaultSessionValidator.java to 
  org.apache.jyve.actions.sessionvalidator


One change of Matt I did not take into the commit:

*** DefaultSessionValidator.java (Matt)
--- DefaultSessionValidator.java (current CVS version)
*** 108,114 ****
          }
          
          // The user may have not logged in, so create a "guest" user
!         if (( data.user == null ) || (!data.user.hasLoggedIn()))
          {
              data.user = new TurbineUser();
              data.user.setTemp ( "showedit", new Boolean(false) );
--- 97,103 ----
          }
          
          // The user may have not logged in, so create a "guest" user
!         if ( data.user == null )
          {
              data.user = new TurbineUser();
              data.user.setTemp ( "showedit", new Boolean(false) );
***************


I don't see a reason for this change, but I let the decision to Jon *
and the others from this list...


Have fun!

t. Bernie



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to