You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <de...@geronimo.apache.org> on 2006/09/22 14:30:26 UTC

[jira] Created: (GERONIMO-2422) Console login not working

Console login not working
-------------------------

                 Key: GERONIMO-2422
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: console
    Affects Versions: 1.2
            Reporter: Rick McGuire
             Fix For: 1.2


The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2422) Console login not working

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2422?page=all ]

Joe Bohn updated GERONIMO-2422:
-------------------------------

    Component/s: Jetty
                     (was: console)

Changed the component to jetty rather than console since it appears to be a jetty only issue.

> Console login not working
> -------------------------
>
>                 Key: GERONIMO-2422
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 1.2
>            Reporter: Rick McGuire
>             Fix For: 1.2
>
>
> The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-2422) Session ID lost frequently on Jetty (impacts web console significantly)

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2422?page=all ]

David Jencks resolved GERONIMO-2422.
------------------------------------

    Resolution: Fixed

marking resolved as my fix appears to work for me

> Session ID lost frequently on Jetty (impacts web console significantly)
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-2422
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 1.2
>            Reporter: Rick McGuire
>         Assigned To: David Jencks
>             Fix For: 1.2
>
>
> The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-2422) Session ID lost frequently on Jetty (impacts web console significantly)

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2422?page=all ]

David Jencks reassigned GERONIMO-2422:
--------------------------------------

    Assignee: David Jencks

> Session ID lost frequently on Jetty (impacts web console significantly)
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-2422
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 1.2
>            Reporter: Rick McGuire
>         Assigned To: David Jencks
>             Fix For: 1.2
>
>
> The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2422) Session ID lost frequently on Jetty (impacts web console significantly)

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2422?page=comments#action_12437186 ] 
            
David Jencks commented on GERONIMO-2422:
----------------------------------------

I think I fixed this in rev 449349.  I noticed that if I put a breakpoint in e.g the security code the login and console always worked.  After logging and studying the request and responses it looked like when it worked we were getting a new Request and adding the GeronimoServletHttpRequest wrapper each time.  This suggested resetting the requestedSessionid on every call, not just ones with new Geronimo request wrappers.  AFAICT this makes everything work again.

After a couple other people check this we can close this.

> Session ID lost frequently on Jetty (impacts web console significantly)
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-2422
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 1.2
>            Reporter: Rick McGuire
>             Fix For: 1.2
>
>
> The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2422) Session ID lost frequently on Jetty (impacts web console significantly)

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2422?page=all ]

Joe Bohn updated GERONIMO-2422:
-------------------------------

    Summary: Session ID lost frequently on Jetty (impacts web console significantly)  (was: Console login not working)

Updated description to better match problem.

> Session ID lost frequently on Jetty (impacts web console significantly)
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-2422
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 1.2
>            Reporter: Rick McGuire
>             Fix For: 1.2
>
>
> The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2422) Console login not working

Posted by "Joe Bohn (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2422?page=comments#action_12436851 ] 
            
Joe Bohn commented on GERONIMO-2422:
------------------------------------

Here's a thread with some more discussion on the details.

http://mail-archives.apache.org/mod_mbox/geronimo-dev/200609.mbox/%3c45117137.1060601@earthlink.net%3e

> Console login not working
> -------------------------
>
>                 Key: GERONIMO-2422
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2422
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Jetty
>    Affects Versions: 1.2
>            Reporter: Rick McGuire
>             Fix For: 1.2
>
>
> The console login has stopped working.  The password screen is presented, but the login attempts returns to the login screen again.  Occasionally, the login appears to "take", but clicking on any console operation returns you to the login screen again. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira