[
https://issues.apache.org/jira/browse/GUACAMOLE-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135982#comment-16135982
]
Nick Couchman commented on GUACAMOLE-367:
-----------------------------------------
Setting cas-authorization-endpoint to /cas/login definitely won't work -
there's actually another JIRA issue out right now dealing with that. It does
really need to be at the base of the CAS install.
In both of the configurations that I currently have - once with Guacamole
running on a different server from the CAS install, and one with Guacamole
running on the same server as the CAS install - I point
cas-authorization-endpoint at the https://<servername>/cas and, when I log in
to Guacamole, it successfully redirects and adds the /login on the end of the
URL. If look at the Network traffic log in Chrome's developer console, I see
the first request to /cas?service=<guac url>, which results in a 302 redirect
to /cas/?service=<guac url>, which finally results in a redirect to
/cas/login?service=<guac url>. This happens very quickly and completely
transparently to me.
Can you provide some details on your environment:
- CAS version and method of install (WAR overlay, etc.)?
- Application server Make/Model/Version (Apache Tomcat 8.0, etc.)?
- Client O/S and Browser (Ubuntu Linux with Chrome, Windows 10 IE, etc.)?
> Missing self closing tag in Link element
> ----------------------------------------
>
> Key: GUACAMOLE-367
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-367
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-client
> Affects Versions: 0.9.13-incubating
> Environment: Ubuntu 16.04
> Tomcat 8
> Reporter: Kevin Chan
> Priority: Trivial
>
> Java error:
> {code:none}
> [http-nio-8080-exec-164] ERROR org.jasig.cas.client.util.XmlUtils - The
> element type "link" must be terminated by the matching end-tag "</link>".
> {code}
> app missing closing tag on the following element:
> {code:html}
> <link rel="stylesheet" type="text/css" href="app.css?v=0.9.13-incubating">
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)