• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

RichFaces + Spring Security -- Problem Load RichFaces

 
Greenhorn
Posts: 13
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a problem with Richfaces in login page using spring-security, the css and skin of richfaces dont load, I try intercept a4j and richfaces in security.xml.

I using Mojarra 1.2 + RichFaces 3.3.x + Spring security 2.0.7 + Jboss 4.2.3GA

My files..

web.xml



security-context.xml


any ideas?

Thanks.
 
Daniel Cabral
Greenhorn
Posts: 13
Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I resolved using
 
Saloon Keeper
Posts: 28486
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rule #1 of login pages. Don't put the styles, images, and javascript behind security. You won't be able to access them until AFTER you've logged in!

Actually, that's rule #2. Rule #1 is to use a pre-debugged standard security framework instead of Do It Yourself. But you already did that!
 
Shiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic