css « Security « Spring Q&A





1. Unable to find or serve resource, xp.css, from library, xmlhttp/css    stackoverflow.com

sometimes i see the following warning in the console:

Unable to find or serve resource, xp.css, from library, xmlhttp/css
this is how i include the theme:
<link href="#{request.contextPath}/xmlhttp/css/xp/xp.css" rel="stylesheet" type="text/css"/>
i am using spring security, ...

2. Acegi protecting css files?    forum.springsource.org

I try to include a css file in my Acegi login page (), but the css file seems to be ignored. I suspect that the css file is proteced ...

3. Secure pages and CSS    forum.springsource.org

This is likely an easy question. I am losing my includes once the user is authenicated and is on the secure page. Where should I look to resolve this? Odd thing ...

4. Bypassing spring security for *.js, *.css, etc files    forum.springsource.org

Bypassing spring security for *.js, *.css, etc files Currently I have the spring security configured at the /* level which causes request for all *.js, *.css etc files to pass through ...

5. Acegi + velocity Can't locate css files    forum.springsource.org

Acegi + velocity Can't locate css files Hi, Very simple problem but not getting anywhere so thought I'd post: trying to consolidate all my styles into a css file for my ...

6. Unable To load CSS when using security    forum.springsource.org

I'm using spring security and it's great and working fine too. I'm attaching two keywords 'public' and 'private' to distinguish between public and private pages. Whenever I do so, css doesn't ...