You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/12/04 20:40:00 UTC

[jira] [Comment Edited] (GUACAMOLE-526) Update Guacamole-Client Webapp to Angular 1.6.9

    [ https://issues.apache.org/jira/browse/GUACAMOLE-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16707785#comment-16707785 ] 

Michael Jumper edited comment on GUACAMOLE-526 at 12/4/18 8:39 PM:
-------------------------------------------------------------------

It appears that the changes in this issue cause a regression where extensions that rely on redirection to function properly (CAS at least, possibly OpenID) fail to redirect properly.  The impacted modules just hang on the Redirecting pages and throw the following errors in the JS console:

{quote}
{code:none}
Possibly unhandled rejection: undefined
Possibly unhandled rejection: {"message":"LOGIN.INFO_CAS_REDIRECT_PENDING","translatableMessage":{"key":"LOGIN.INFO_CAS_REDIRECT_PENDING","variables":null},"statusCode":null,"type":"INSUFFICIENT_CREDENTIALS","expected":[{"name":"ticket","type":"GUAC_CAS_TICKET","authorizationURI":"https://ussalxapps005t.cotyww.com/cas/login?service=https%3A%2F%2F172.21.208.254%3A3443%2Fguacamole"}]}
{code}
{quote}


was (Author: nick.couchman@yahoo.com):
It appears that the changes in this issue cause a regression where extensions that rely on redirection to function properly (CAS at least, possibly OpenID) fail to redirect properly.  The impacted modules just hang on the Redirecting pages and throw the following errors in the JS console:

{quote}
Possibly unhandled rejection: undefined
Possibly unhandled rejection: {"message":"LOGIN.INFO_CAS_REDIRECT_PENDING","translatableMessage":{"key":"LOGIN.INFO_CAS_REDIRECT_PENDING","variables":null},"statusCode":null,"type":"INSUFFICIENT_CREDENTIALS","expected":[{"name":"ticket","type":"GUAC_CAS_TICKET","authorizationURI":"https://ussalxapps005t.cotyww.com/cas/login?service=https%3A%2F%2F172.21.208.254%3A3443%2Fguacamole"}]}
{quote}

> Update Guacamole-Client Webapp to Angular 1.6.9
> -----------------------------------------------
>
>                 Key: GUACAMOLE-526
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-526
>             Project: Guacamole
>          Issue Type: Improvement
>            Reporter: James Muehlner
>            Assignee: James Muehlner
>            Priority: Blocker
>             Fix For: 1.0.0
>
>
> The client webapp is currently running AngularJS version 1.3.16, which is about 3 years old.
> Upgrading to the new typescript-based Angular would be a very involved change, but we should at least attempt to upgrade to the most recent version of AngularJS, 1.6.9.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)