Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6746231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:17:54+00:00 2026-05-26T12:17:54+00:00

I am using Spring Security 3.0.3 for a project. This project has 3 areas

  • 0

I am using Spring Security 3.0.3 for a project.

This project has 3 areas which should be accessible for different people

Therefore I create the following structure
– WEB-INF/ (for everybody = unprotected)
– WEB-INF/app (for users = ROLE_USER)
– WEB-INF/app/admin.jsf (for admins = ROLE_ADMIN)

That admin.jsf is in the same directory I can’t change unfortunatly.

My user info is loaded from the database.

They are defined like:

<bean id="preAuthenticatedProcessingFilterEntryPoint" class="org.springframework.security.web.authentication.Http403ForbiddenEntryPoint"/> <security:http entry-point-ref="preAuthenticatedProcessingFilterEntryPoint" >
   <security:custom-filter position="PRE_AUTH_FILTER" ref="MyFilter"/>
   <security:intercept-url pattern="/app/admin.jsf" access="ROLE_ADMIN" />         
   <security:intercept-url pattern="/app/**" access="ROLE_USER" />
   <security:intercept-url pattern="/**" access="" />
</security:http>

Now, everything works great. Userdata is loaded, roles are set according to the DB but unfortunatly

  • the unprotected area is accessable for all (thats ok)
  • admins can see every page (since they are ROLE_USER too)
  • role users CAN NOT enter the pages in app

Does anyone have a hint what I did wrong?
I am testing it locally and the browser url is: http://localhost:8080/my_app/app/admin.jsf


So far I was able to identify source of the problem that spring security ignores my roles. The patterns of the intercept urls are working, unfortunatly my defined roles don’t.


I finally was able to identify the problem: a colleague checked in a second config file and I modiefied the wrong one. grml

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T12:17:55+00:00Added an answer on May 26, 2026 at 12:17 pm

    The problem is that the patterns in the configuration are URL patterns, this is NOT the location of your jsf files or within the application.

    So if you are not accessing this jsf via: http://<server>:<port>/<ApplicationName>/app/admin.jsf then you just need to correct the URL pattern to the url you really use.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the Spring Security Plugin . By default this plugin has created
I am using Spring Security 3.0.3 for a project.My user info is loaded from
I'm using Spring MVC and Spring Security on a project, and am implementing a
When using spring security, specifically with @notation; what is the proper way to access
I'm using Spring Security 3.0.2 and I can't find a way to load roles
I'm using Spring, Spring Security, BlazeDS, Flex and spring-flex. I know that I can
I am trying to programatically validate a user login/pass using Spring Security, so I
We're securing Mule services using the Spring Security Framework, and some of the services
We are using 2.x spring security right now. I am asked to build an
I am new to spring-security in general and am a bit confused. The project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.