You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Philipp (JIRA)" <ji...@codehaus.org> on 2008/10/15 16:13:19 UTC

[jira] Created: (CONTINUUM-1934) login attempt deletes URL parameters from notification mails after successfull login

login attempt deletes URL parameters from notification mails after successfull login
------------------------------------------------------------------------------------

                 Key: CONTINUUM-1934
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1934
             Project: Continuum
          Issue Type: Bug
          Components: Web interface
    Affects Versions: 1.1
         Environment: CI 1.1 Linux
            Reporter: Philipp


Hi,
if I receive a notification mail from CI it contains an URL to CI such as:
Online report : https:/ci01.foo.priv/continuum/buildResult.action?buildId=7506&projectId=1

If I'm not logged in to CI this will give an
Authorization Error
You are not authorized to access this page. Please contact your administrator to be granted the appropriate permissions.
 
If I hit the login button (https://ci01.foo.priv/continuum/security/login.action) above link gets removed and I have to click a thousand times to get to the exact build result being
referenced with the above link.

Is it possible to automatically refresh the page to go to the build report after login?

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

        

[jira] Commented: (CONTINUUM-1934) login attempt deletes URL parameters from notification mails after successfull login

Posted by "Philipp (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150908#action_150908 ] 

Philipp commented on CONTINUUM-1934:
------------------------------------

Thanks for the opinion - it's not a general problem of webapp, but a missing solution in CI!
Consider Jira itself - if you click on a link from an e-mail and have to login you are transfered to the requested page after a successful login. 

> login attempt deletes URL parameters from notification mails after successfull login
> ------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1934
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1934
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1
>         Environment: CI 1.1 Linux
>            Reporter: Philipp
>
> Hi,
> if I receive a notification mail from CI it contains an URL to CI such as:
> Online report : https:/ci01.foo.priv/continuum/buildResult.action?buildId=7506&projectId=1
> If I'm not logged in to CI this will give an
> Authorization Error
> You are not authorized to access this page. Please contact your administrator to be granted the appropriate permissions.
>  
> If I hit the login button (https://ci01.foo.priv/continuum/security/login.action) above link gets removed and I have to click a thousand times to get to the exact build result being
> referenced with the above link.
> Is it possible to automatically refresh the page to go to the build report after login?

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

        

[jira] Commented: (CONTINUUM-1934) login attempt deletes URL parameters from notification mails after successfull login

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150894#action_150894 ] 

Wendy Smoak commented on CONTINUUM-1934:
----------------------------------------

I think it's a general problem with any url that requires authorization.  If you're not already logged in, you are redirected to the login page, but the app doesn't "remember" where you were trying to go.

> login attempt deletes URL parameters from notification mails after successfull login
> ------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1934
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1934
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1
>         Environment: CI 1.1 Linux
>            Reporter: Philipp
>
> Hi,
> if I receive a notification mail from CI it contains an URL to CI such as:
> Online report : https:/ci01.foo.priv/continuum/buildResult.action?buildId=7506&projectId=1
> If I'm not logged in to CI this will give an
> Authorization Error
> You are not authorized to access this page. Please contact your administrator to be granted the appropriate permissions.
>  
> If I hit the login button (https://ci01.foo.priv/continuum/security/login.action) above link gets removed and I have to click a thousand times to get to the exact build result being
> referenced with the above link.
> Is it possible to automatically refresh the page to go to the build report after login?

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

        

[jira] Updated: (CONTINUUM-1934) login attempt deletes URL parameters from notification mails after successfull login

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-1934:
------------------------------------

    Fix Version/s: 1.x

I think the login page actually does retain the url, the problem is permission denied is a page that doesn't bump you to the login wage when you're not logged in.

> login attempt deletes URL parameters from notification mails after successfull login
> ------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1934
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1934
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1
>         Environment: CI 1.1 Linux
>            Reporter: Philipp
>             Fix For: 1.x
>
>
> Hi,
> if I receive a notification mail from CI it contains an URL to CI such as:
> Online report : https:/ci01.foo.priv/continuum/buildResult.action?buildId=7506&projectId=1
> If I'm not logged in to CI this will give an
> Authorization Error
> You are not authorized to access this page. Please contact your administrator to be granted the appropriate permissions.
>  
> If I hit the login button (https://ci01.foo.priv/continuum/security/login.action) above link gets removed and I have to click a thousand times to get to the exact build result being
> referenced with the above link.
> Is it possible to automatically refresh the page to go to the build report after login?

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