[
https://issues.apache.org/jira/browse/GUACAMOLE-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136884#comment-16136884
]
Nick Couchman commented on GUACAMOLE-367:
-----------------------------------------
So, one of the challenges here is that the Apereo CAS implementation allows you
to configure both your login endpoint and your validation endpoint. The
default is <CAS Base>/login for logging in, and <CAS Base>/ for validation, but
it allows for me to define <CAS Base>/apple as the login endpoint and <CAS
Base>/orange as the validation endpoint. So, I can't really make any
assumptions about how others have their CAS installations configured, and the
only alternative is to add configuration parameters for this module which would
allow for defining non-standard endpoints for logging in, service validation,
etc. Adding those isn't all that difficult, it just seems to add unnecessary
complexity to a module that should be relatively simple.
<whine>It would be really nice if LemonLDAP just took care of the redirection
without the bother of having to do this...</whine>
:-)
> 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)