Re: [xwiki-users] Severe problem, can't login as admin, neither as superadmin
Hi, Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"? Florian
-----Ursprüngliche Nachricht----- Von: Sergiu Dumitriu [mailto:[email protected]] 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 [email protected] http://lists.xwiki.org/mailman/listinfo/users
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. Rustedt, Florian wrote:
Hi,
Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"?
Florian
-----Ursprüngliche Nachricht----- Von: Sergiu Dumitriu [mailto:[email protected]] Gesendet: Freitag, 15. Februar 2008 16:51 An: XWiki Users Betreff: Re: [xwiki-users] Severe problem, can't login as admin, neither as superadmin
-- Sergiu Dumitriu http://purl.org/net/sergiu/
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 <[email protected]>:
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.
Rustedt, Florian wrote:
Hi,
Perhaps a stupid question but... WHERE do i insert "cookie.setVersion (1);"?
Florian
-----Ursprüngliche Nachricht----- Von: Sergiu Dumitriu [mailto:[email protected]] Gesendet: Freitag, 15. Februar 2008 16:51 An: XWiki Users Betreff: Re: [xwiki-users] Severe problem, can't login as admin, neither as superadmin
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- -- Antonio Goncalves ([email protected]) Software architect Paris JUG leader : www.parisjug.org Web site : www.antoniogoncalves.org Blog: jroller.com/agoncal LinkedIn: www.linkedin.com/in/agoncal
Hi Antonio, On Feb 17, 2008, at 5:55 PM, Antonio Goncalves wrote:
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
2008/2/15, Sergiu Dumitriu <[email protected]>: 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.
Rustedt, Florian wrote:
Hi,
Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"?
Florian
-----Ursprüngliche Nachricht----- Von: Sergiu Dumitriu [mailto:[email protected]] Gesendet: Freitag, 15. Februar 2008 16:51 An: XWiki Users Betreff: Re: [xwiki-users] Severe problem, can't login as admin, neither as superadmin
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 Antonio Goncalves wrote:
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 <[email protected] <mailto:[email protected]>>:
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.
Rustedt, Florian wrote: > Hi, > > Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"? > > Florian > >> -----Ursprüngliche Nachricht----- >> Von: Sergiu Dumitriu [mailto:[email protected] <mailto:[email protected]>] >> 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/
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 Sergiu Dumitriu-2 wrote:
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
Antonio Goncalves wrote:
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 <[email protected] <mailto:[email protected]>>:
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.
Rustedt, Florian wrote: > Hi, > > Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"? > > Florian > >> -----Ursprüngliche Nachricht----- >> Von: Sergiu Dumitriu [mailto:[email protected] <mailto:[email protected]>] >> 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 [email protected] 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... Sent from the XWiki- Users mailing list archive at Nabble.com.
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 Joao S. Santos wrote:
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
Sergiu Dumitriu-2 wrote:
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
Antonio Goncalves wrote:
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 <[email protected] <mailto:[email protected]>>:
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.
Rustedt, Florian wrote: > Hi, > > Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"? > > Florian > >> -----Ursprüngliche Nachricht----- >> Von: Sergiu Dumitriu [mailto:[email protected] <mailto:[email protected]>] >> 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/
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-SNAPS...), 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 On 25/03/2008, Sergiu Dumitriu <[email protected]> wrote:
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
Joao S. Santos wrote:
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
Sergiu Dumitriu-2 wrote:
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
Antonio Goncalves wrote:
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 <[email protected] <mailto:[email protected]>>:
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.
Rustedt, Florian wrote: > Hi, > > Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"? > > Florian > >> -----Ursprüngliche Nachricht----- >> Von: Sergiu Dumitriu [mailto:[email protected] <mailto:[email protected]>] >> 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 [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Mar 26, 2008, at 11:07 AM, Joao Henrique Silva Santos wrote:
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-SNAPS... ),
Go to http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPS... and pick the latest jar. Thanks -Vincent
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
On 25/03/2008, Sergiu Dumitriu <[email protected]> wrote:
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
Joao S. Santos wrote:
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
Sergiu Dumitriu-2 wrote:
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
Antonio Goncalves wrote:
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 <[email protected] <mailto:[email protected]
>:
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.
Rustedt, Florian wrote:
Hi,
Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"?
Florian
> -----Ursprüngliche Nachricht----- > Von: Sergiu Dumitriu [mailto:[email protected] <mailto:[email protected]>] > 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 [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Works fine with IE 6, IE 7, Firefox 2 and Opera 9 Thanks On 26/03/2008, Vincent Massol <[email protected]> wrote:
On Mar 26, 2008, at 11:07 AM, Joao Henrique Silva Santos wrote:
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-SNAPS... ),
Go to http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.3-SNAPS... and pick the latest jar.
Thanks
-Vincent
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
On 25/03/2008, Sergiu Dumitriu <[email protected]> wrote:
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
Joao S. Santos wrote:
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
Sergiu Dumitriu-2 wrote:
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
Antonio Goncalves wrote:
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 <[email protected] <mailto:[email protected] >>:
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.
Rustedt, Florian wrote: > Hi, > > Perhaps a stupid question but... WHERE do i insert "cookie.setVersion(1);"? > > Florian > >> -----Ursprüngliche Nachricht----- >> Von: Sergiu Dumitriu [mailto:[email protected] <mailto:[email protected]>] >> 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 [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (6)
-
Antonio Goncalves -
Joao Henrique Silva Santos -
Joao S. Santos -
Rustedt, Florian -
Sergiu Dumitriu -
Vincent Massol