jsf - Spring Security SSO / Font Awesome primefaces not loading -


i have programmed sso kerberos / spring security. sso working charm, there 1 issue. primeface's font awesome isn't loaded , following exception printed on screen:

error o.a.m.a.resourcehandlerimpl - error trying load resource fa/fontawesome-webfont.eot library primefaces :java.io.exception: existing connection has been terminated under software control host computer

in web.xml i've added

<context-param>     <param-name>primefaces.font_awesome</param-name>     <param-value>true</param-value> </context-param> 

why primefaces not loading font awesome after single sign on? how can load icons? idea appreciated.

thanks!


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -