Christian Sell wrote:
> 
> I have never been able to run jetspeed after release 1.1 without a database.
> The CVS code seemed to always rely on this. The only way I found around it
> is open the file JetspeedSessionValidator.java, comment out the lines
>         if ( data.getUser() == null ) {
>             data.setUser( UserFactory.getUser() );
>         }
> and recompile. Otherwise, I had to install MySQL, which I eventually did.
> None of the .properties settings did anything for me...
> 

I've just corrected this in CVS so that when enable.userauthentication is false, 
we don't try to a user at all.

--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
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