Hi,

Do you have the same problem with the default CAS login page?

How do you customize your login page? Do you use the c:url JSTL? It may be
related:
http://stackoverflow.com/questions/1045668/jsessionid-is-occured-in-all-urls-which-are-generated-by-jstl-curl-tag.
..

Best regards,


2014-05-30 14:43 GMT+02:00 Zac Harvey <zhar...@commercehub.com>:

>  I recently customized our CAS login page, and noticed that, in all the
> main browsers except IE (Chrome, FF & Safari), the login page was rendering
> beautifully. The jsfiddle for it is actually at:
> http://jsfiddle.net/3pMeK/
>
>
>
> However, in IE (11), it displays horribly.  Upon closer inspection, I
> noticed the following:
>
>
>
> In all other non-IE browsers, when I view the page source (from my actual
> CAS server, not the JSFiddle above), I see the following CSS links:
>
>
>
> <head>
>
>     <title>MyApp Login</title>
>
>     <link rel="stylesheet" type="text/css" href="/css/main.css"/>
>
>     <link rel="stylesheet" type="text/css"
> href="/css/font-awesome.min.css">
>
> </head>
>
>
>
> But, in IE, when I view page source, I see the following CSS links:
>
>
>
> <head>
>
>     <title>MyApp Login</title>
>
>     <link rel="stylesheet" type="text/css"
> href="/css/main.css;jsessionid=E750B65421608BC6FEA848CA2AF77B0E"/>
>
>     <link rel="stylesheet" type="text/css"
> href="/css/font-awesome.min.css;jsessionid=E750B65421608BC6FEA848CA2AF77B0E">
>
> </head>
>
>
>
> Interestingly enough, if I change them (removing the “;jsessionid=…”
> param) to:
>
>
>
> <head>
>
>     <title>MyApp Login</title>
>
>     <link rel="stylesheet" type="text/css" href="/css/main.css "/>
>
>     <link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css
> ">
>
> </head>
>
>
>
> Then IE renders my login page beautifully, just like the other browsers do.
>
>
>
> Any idea as to why CAS is tacking on jsessionid for CSS links in IE? Is
> there any way to make it stop doing this? Any other solution?
>
> --
> You are currently subscribed to cas-user@lists.jasig.org as: lel...@gmail.com
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>


-- 
Jérôme LELEU
Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj
Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to