Discussion:
[xwiki-users] Severe problem, can't login as admin, neither as superadmin
Rustedt, Florian
2008-02-15 10:48:55 UTC
Permalink
Hello List,

I just had installed tomcat/xwiki.war/xwiki.xar.

I can access the site, connection to mysql is working and mysql get's
changed.

Now the problem:
If i login as superadmin (is enabled) or as admin, i get the login again
with NO error-message!!

If i do the same, but take an non-existing user, or a wrong password, i get
an error-message, so i can be pretty sure, the authentication is basically
working.

In the logs i get nothing more than:
..
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!

What does this mean?

Unfortunately, i neither found a documentation explaining all the different
and possibly unvisible "xwiki.authentication.xxxx"-variables (xwiki.cfg),
nor do i find something in google on this.

I tried "xwiki.authentication.cookiedomains= "(w/o value), but this didn't
change anything...

PLEASE help, i have no clue why this authentication is not working
correctly.... :(

Kind regards, Florian
Jerome Velociter
2008-02-15 12:15:11 UTC
Permalink
Hi Florian,

Can you tell us which version you have installed ?

J?rome.
Post by Rustedt, Florian
Hello List,
I just had installed tomcat/xwiki.war/xwiki.xar.
I can access the site, connection to mysql is working and mysql get's
changed.
If i login as superadmin (is enabled) or as admin, i get the login again
with NO error-message!!
If i do the same, but take an non-existing user, or a wrong password, i get
an error-message, so i can be pretty sure, the authentication is basically
working.
..
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
What does this mean?
Unfortunately, i neither found a documentation explaining all the different
and possibly unvisible "xwiki.authentication.xxxx"-variables (xwiki.cfg),
nor do i find something in google on this.
I tried "xwiki.authentication.cookiedomains= "(w/o value), but this didn't
change anything...
PLEASE help, i have no clue why this authentication is not working
correctly.... :(
Kind regards, Florian
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Rustedt, Florian
2008-02-15 15:47:07 UTC
Permalink
Of course, sorry :(
Acutal stable release, so it is 1.2.2

Kind regards, Florian
-----Urspr?ngliche Nachricht-----
Von: Jerome Velociter [mailto:jerome at xwiki.com]
Gesendet: Freitag, 15. Februar 2008 13:15
An: XWiki Users
[xwiki-users] Severe problem, can't login as admin, neither
as superadmin
Hi Florian,
Can you tell us which version you have installed ?
J?rome.
Sergiu Dumitriu
2008-02-15 15:51:17 UTC
Permalink
Post by Rustedt, Florian
Hello List,
I just had installed tomcat/xwiki.war/xwiki.xar.
I can access the site, connection to mysql is working and mysql get's
changed.
If i login as superadmin (is enabled) or as admin, i get the login again
with NO error-message!!
If i do the same, but take an non-existing user, or a wrong password, i get
an error-message, so i can be pretty sure, the authentication is basically
working.
..
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
What does this mean?
Unfortunately, i neither found a documentation explaining all the different
and possibly unvisible "xwiki.authentication.xxxx"-variables (xwiki.cfg),
nor do i find something in google on this.
I tried "xwiki.authentication.cookiedomains= "(w/o value), but this didn't
change anything...
PLEASE help, i have no clue why this authentication is not working
correctly.... :(
Kind regards, Florian
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Rustedt, Florian
2008-02-15 16:11:37 UTC
Permalink
Hi,

Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"?

Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com]
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Sergiu Dumitriu
2008-02-15 16:12:08 UTC
Permalink
I'm looking into the problem now.

Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)

Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"?
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com]
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Antonio Goncalves
2008-02-17 16:55:12 UTC
Permalink
Hi Sergiu,

I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki 1.2.2).
Should I wait for a bug fix from XWiki or should I use a previous version of
Tomcat (if yes, which one) ?

Thanks,

Antonio
Post by Sergiu Dumitriu
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert "cookie.setVersion
(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com]
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
--
Antonio Goncalves (antonio.goncalves at gmail.com)
Software architect

Paris JUG leader : www.parisjug.org
Web site : www.antoniogoncalves.org
Blog: jroller.com/agoncal
LinkedIn: www.linkedin.com/in/agoncal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xwiki.org/pipermail/users/attachments/20080217/73db13d6/attachment.html>
Vincent Massol
2008-02-17 17:21:58 UTC
Permalink
Hi Antonio,
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
As you can see in http://jira.xwiki.org/jira/browse/XWIKI-2119 Sergiu
fixed this already.

It'll be available in 1.3M2 to be released Tuesday.

Thanks
-Vincent
Post by Antonio Goncalves
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com]
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xwiki.org/pipermail/users/attachments/20080217/55396bcf/attachment.html>
Sergiu Dumitriu
2008-02-17 21:28:38 UTC
Permalink
3 options:

1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Joao S. Santos
2008-03-25 17:49:40 UTC
Permalink
I'm having the same problem, but only for Internet Explorer 6 (on more than
one machine).

The server is running an 1.3 XWiki WAR distribution on a tomcat 6.0.16 with
jdk1.5.0_15.
Shouldn't it be working already?

regards
Post by Sergiu Dumitriu
1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
View this message in context: http://www.nabble.com/Severe-problem%2C-can%27t-login-as-admin%2C-neither-as-superadmin-tp15498862p16281180.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Sergiu Dumitriu
2008-03-25 22:11:06 UTC
Permalink
Hi,

Unfortunately, that fix didn't work quite as expected, see
http://jira.xwiki.org/jira/browse/XWIKI-2211

All authentication problems are solved in the future 1.3.1 release.
Until then, you should downgrade to Tomcat 6.0.14

Sergiu
Post by Joao S. Santos
I'm having the same problem, but only for Internet Explorer 6 (on more than
one machine).
The server is running an 1.3 XWiki WAR distribution on a tomcat 6.0.16 with
jdk1.5.0_15.
Shouldn't it be working already?
regards
Post by Sergiu Dumitriu
1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Joao Henrique Silva Santos
2008-03-26 10:07:47 UTC
Permalink
Since I'm not the administrator of my server, I cannot go and make
tomcat downgrades like that. I tried to download the jar you posted on
jira (http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPSHOT/xwiki-core-1.3-20080313.231229-42.jar),
but I got a 404.

Is that jar still available elsewhere? If it is, is it just a stable
1.3 fix for that problem, or has it more development?

If not available/stable, I'll have to stick to the standalone
distribution until 1.3.1.

Thnks for your help,
Joao
Post by Sergiu Dumitriu
Hi,
Unfortunately, that fix didn't work quite as expected, see
http://jira.xwiki.org/jira/browse/XWIKI-2211
All authentication problems are solved in the future 1.3.1 release.
Until then, you should downgrade to Tomcat 6.0.14
Sergiu
Post by Joao S. Santos
I'm having the same problem, but only for Internet Explorer 6 (on more than
one machine).
The server is running an 1.3 XWiki WAR distribution on a tomcat 6.0.16 with
jdk1.5.0_15.
Shouldn't it be working already?
regards
Post by Sergiu Dumitriu
1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Vincent Massol
2008-03-26 10:15:21 UTC
Permalink
Post by Joao Henrique Silva Santos
Since I'm not the administrator of my server, I cannot go and make
tomcat downgrades like that. I tried to download the jar you posted on
jira (http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPSHOT/xwiki-core-1.3-20080313.231229-42.jar
),
Go to http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPSHOT
and pick the latest jar.

Thanks
-Vincent
Post by Joao Henrique Silva Santos
but I got a 404.
Is that jar still available elsewhere? If it is, is it just a stable
1.3 fix for that problem, or has it more development?
If not available/stable, I'll have to stick to the standalone
distribution until 1.3.1.
Thnks for your help,
Joao
Post by Sergiu Dumitriu
Hi,
Unfortunately, that fix didn't work quite as expected, see
http://jira.xwiki.org/jira/browse/XWIKI-2211
All authentication problems are solved in the future 1.3.1 release.
Until then, you should downgrade to Tomcat 6.0.14
Sergiu
Post by Joao S. Santos
I'm having the same problem, but only for Internet Explorer 6 (on more than
one machine).
The server is running an 1.3 XWiki WAR distribution on a tomcat 6.0.16 with
jdk1.5.0_15.
Shouldn't it be working already?
regards
Post by Sergiu Dumitriu
1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
2008/2/15, Sergiu Dumitriu <sergiu at xwiki.com <mailto:sergiu at xwiki.com
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Joao Henrique Silva Santos
2008-03-28 12:30:11 UTC
Permalink
Works fine with IE 6, IE 7, Firefox 2 and Opera 9
Thanks
Post by Vincent Massol
Post by Joao Henrique Silva Santos
Since I'm not the administrator of my server, I cannot go and make
tomcat downgrades like that. I tried to download the jar you posted on
jira (http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPSHOT/xwiki-core-1.3-20080313.231229-42.jar
),
Go to http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPSHOT
and pick the latest jar.
Thanks
-Vincent
Post by Joao Henrique Silva Santos
but I got a 404.
Is that jar still available elsewhere? If it is, is it just a stable
1.3 fix for that problem, or has it more development?
If not available/stable, I'll have to stick to the standalone
distribution until 1.3.1.
Thnks for your help,
Joao
Post by Sergiu Dumitriu
Hi,
Unfortunately, that fix didn't work quite as expected, see
http://jira.xwiki.org/jira/browse/XWIKI-2211
All authentication problems are solved in the future 1.3.1 release.
Until then, you should downgrade to Tomcat 6.0.14
Sergiu
Post by Joao S. Santos
I'm having the same problem, but only for Internet Explorer 6 (on more than
one machine).
The server is running an 1.3 XWiki WAR distribution on a tomcat 6.0.16 with
jdk1.5.0_15.
Shouldn't it be working already?
regards
Post by Sergiu Dumitriu
1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
2008/2/15, Sergiu Dumitriu <sergiu at xwiki.com <mailto:sergiu at xwiki.com
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
(you have to recompile the code and update that class into the XWiki
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Rustedt, Florian
2008-02-18 09:05:05 UTC
Permalink
Thanks ;)

Using solution 1 now ;)

Kind regards, Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com]
Gesendet: Sonntag, 17. Februar 2008 22:29
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
1. Use tomcat 5.5.25 or 6.0.14
2. Compile xwiki-core and put the compiled
com.xpn.xwiki.user.impl.xwiki.MyPersistentManager.class into
<xwiki-dir>/WEB-INF/classes/com/xpn/xwiki/user/impl/xwiki/
3. Use the upcoming 1.3M2 release
Post by Antonio Goncalves
Hi Sergiu,
I have exactly the same problem with Tomcat 5.5.26 (I'm using XWiki
1.2.2). Should I wait for a bug fix from XWiki or should I use a
previous version of Tomcat (if yes, which one) ?
Thanks,
Antonio
2008/2/15, Sergiu Dumitriu <sergiu at xwiki.com
I'm looking into the problem now.
Probably in
com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager#setupCookie
Post by Antonio Goncalves
(you have to recompile the code and update that class
into the XWiki
Post by Antonio Goncalves
installation)
Too bad tomcat doesn't have an option to configure this.
Post by Rustedt, Florian
Hi,
Perhaps a stupid question but... WHERE do i insert
"cookie.setVersion(1);"?
Post by Rustedt, Florian
Florian
-----Urspr?ngliche Nachricht-----
Von: Sergiu Dumitriu [mailto:sergiu at xwiki.com
<mailto:sergiu at xwiki.com>]
Post by Rustedt, Florian
Gesendet: Freitag, 15. Februar 2008 16:51
An: XWiki Users
Betreff: Re: [xwiki-users] Severe problem, can't login as
admin, neither as superadmin
See http://jira.xwiki.org/jira/browse/XWIKI-2119
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users at xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Loading...