Tagged Questions
0
votes
0answers
32 views
Tomcat Server can not find this Spring ContextLoaderListener class during the server start up
the Error is:
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
mai 14, 2013 11:19:50 AM ...
0
votes
1answer
30 views
JSF Redirect page based on User role
I have two types of admin.
Super admin and normal admin.
Both start on the page admin.xhtml.
I want to forward super admin users to super-admin.xhtml and normal admin to normal-admin.xhtml.
How do ...
0
votes
2answers
110 views
Integration Spring Security with JSF results in redirect loop
I have a custom login page created using JSF. But once i run the application i get the error message "Firefox has detected that the server is redirecting the request for this address in a way that ...
2
votes
1answer
150 views
I am trying to use spring security 3.1.3 in my jsf 2 application but i get the following exception
Stack trace
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
...
1
vote
0answers
62 views
Dynamic Authentication and Authorization Mechanism
I am developing a web application consisting of different domains. I have tried to implement hierarchical RBAC for authorization. Each domain has some predefined operations in their bo ...
0
votes
0answers
228 views
Spring-Security + Spring Web Flow + JSF(Mojarra) trouble
Hi i have a trouble about the configuration of Spring,Spring 3.1 WebFlow2.3, JSF (Mojarra) 2, Richfaces and Spring Security 3.1. I don't want a controller to map the login page or create a flow ...
3
votes
0answers
123 views
OmniFaces ExtensionlessURLS, Different behavior between Mojarra and MyFaces
After uncovering some potential performance issues I was having with Mojarra, I recently switched my application to run on MyFaces 2.1.10 implementation from Mojarra 2.1.7.
I have been using the ...
0
votes
1answer
153 views
Spring Security to user JPA connection
I tried to follow this post from StackOverflow (How to use Spring security with jpa?) without success.
I implemented an UserDetailsService:
import javax.inject.Inject;
import ...
1
vote
5answers
946 views
JSF with Spring security - Redirect to specified page after login
I have a web application which uses JSF and Spring security is used for login and authorization.
When a user types in a specific page and he is not logged in, e.g. localhost:8080/APP/page.xhtml, the ...
0
votes
1answer
106 views
JSF and Spring securtiy Integration [duplicate]
Possible Duplicate:
Spring Security Authentication is not working as expected in my configuration
I tried integrating JSF and spring security i spent almost a day but there is no result
...
0
votes
2answers
266 views
Spring Security with JSF
Two problems:
Problem 1:
I've got the following in my applicaitonContext-security.xml file:
<security:http auto-config="true" access-denied-page="/denied.jsf" servlet-api-provision="false">
...
0
votes
0answers
231 views
Paginated datatable doesn't show any records in next page
I have a datatable with pagination: with rows = 7 the first 7 items are correctly loaded and displayed; But when we click the links to see the next set of elements then "no record found" is displayed.
...
1
vote
1answer
292 views
what config and lib i need to use spring security taglibs in jsf project?
i want use spring security taglibs in my jsf project,so I've made the following changes to the project,but I get this Exception:
Error occurred during deployment: Exception while loading the app :
...
0
votes
0answers
118 views
jsf spring security injection issue
I have the following in LoginBean.java
@ManagedBean(name = "loginMgmtBean")
@RequestScoped
public class LoginBean {
.....
@ManagedProperty(value = "#{authenticationManager}")
private ...
0
votes
0answers
354 views
How to detect session timeOut expired using spring security?
how to detect and redirect page when the timeout expires in a JSF application without navigation. My application contains one xhtml page only. and how to adjust the timeout?
1
vote
2answers
569 views
How to create a Bean to validate my login form using Spring Security 3.1.3 and JSF
For the past days I've been trying like crazy to create a custom login page using spring security, but I did not find a working example nor figured it out by myself how to validate the form using ...
2
votes
1answer
481 views
JSF 2 + Spring Security 3.1.x @Secured AccessDeniedException handling
I'd like to ask how can I handle (e.g. catch, log and redirect flow ) AccessDeniedException that comes from 'security annotation' (@PreAuthorize, @Secured, etc...)?
I tried setting my own ...
0
votes
0answers
109 views
how to enable java server faces property in project facets
Please help me to resolve this spring tool suite error. The error occurred when I am trying to enable java server faces property in project facets.
Thanks
2
votes
0answers
465 views
Spring security LDAP - JSF login not working [closed]
I am trying to develop an app using Spring 3.1.1 with spring security with LDAP authentication. Also, for front-end I will use JSF 2.0 with PrimeFaces.
I have configured my LDAP server and navigation ...
0
votes
1answer
168 views
Cannot redirect to logout page
i have a logout link in the header of all pages, and i want when the user hits the logout link he's redirected to the /j_spring_security_logout url which in turns will fire the logout filter of spring ...
4
votes
1answer
469 views
JSF - Role based pages display
I am starting a web app project using JSF 2.0 and PrimeFaces. One of the requirements would be to display different page content based on the user role. E.g. only admins should see the menu item - ...
0
votes
1answer
127 views
javax.annotation.security.RolesAllowed cannot be found in JSF + Spring 3 WebApplication
I'm trying to add Spring 3.1.2 Security to an existing JSF Application, the problem is that this annotation cannot be found and I have no idea which dependency is missing there. any help is ...
1
vote
0answers
152 views
Spring concurrency control not working, user can login multiple times
I use Spring and Spring-security 3.0.RELEASE along with jsf 1.2 , richface 3.3 and hibernate3.
I want to avoid the same user to login multiple time in difference browser. I created an custom ...
0
votes
1answer
350 views
Unexpected redirect to login page after successful login
I'm using Spring to handle security in my JSF application. I have a login page at /login and I've configured Spring like this:
<http authentication-manager-ref="authenticationManager">
...
1
vote
1answer
921 views
Integrating spring security with Ajax calls
So I have a web app that utilises jsf and primefaces for it's front end presentation.
We are using Spring security for the login mechanism and have defined the concurrency as such
...
3
votes
4answers
2k views
Spring custom JSF login page, always “Bad credentials”
I'm trying to get a JSF login page to work with Spring security. I've looked around for numerous examples but none works. Every time I try to log in using the JSF page I get a "Bad credentials" ...
1
vote
1answer
673 views
Unable to setup Spring Security with JSF in Spring Roo
I'm using the script command in spring roo to create an application I'm working on.
This is the roo script I'm using.
project --topLevelPackage is.kdh.cyberdojo --projectName cyberdojo --java 6 ...
-1
votes
1answer
421 views
JSF, Hibernate, Spring Security?
I'm working on a jsf application, i want to user Spring-Secrity to authetificate my users, i'm using hibernate, the need is :
- Authentificate users with Spring-Security.
- The user authetificated ...
0
votes
1answer
431 views
From ${SPRING_SECURITY_LAST_EXCEPTION.message} to FacesMessage?
Does somebody know how to "translate/override" Spring Security ${SPRING_SECURITY_LAST_EXCEPTION.message} into JSF FacesMessage, in order to show it in a PrimeFaces p:growl component?
It is possible ...
0
votes
0answers
441 views
org.icefaces.application.SessionExpiredException
Here's my scenario.
I'm using icefaces (3.0.1) + spring security (3.1.0) and everything seems to work fine. I can authenticate to the application and use it well. The problem comes when I try the ...
0
votes
0answers
520 views
spring security logout not works?
i've problem when implement spring security logout in jsf and can't remove session login, when i'm try to logout my page can't redirect to login page...
primefaces 3.1.1
springframework 3.0.2
jsf ...
-5
votes
1answer
252 views
how to solve WARNING: Illegal character in path at index 23
i got error when i'm running my application
im using :
jsf 2.0
springframework 3.0.2
primefaces 3.1.1
glassfish server 3.0.1
this my error :
WARNING: Illegal character in path at index 23: ...
1
vote
1answer
884 views
how to setting spring security logout in jsf..?
i'm very nubie in springsecurity and jsf, and i've problem when implement spring security logout in jsf..
my application :
springframework 3.0.2
jsf 2.0
primefaces 3.1.1
web.xml
<?xml ...
0
votes
1answer
240 views
why sometimes UI in my pages sometimes appears sometimes does not appear?
i've little problem
why sometimes UI in page.jsf, appears sometimes does not appear...
and i didn't get any error in there
i'm using :
netbeans 6.9.1
JSF 2.0
primefaces 3.1.1
springframework ...
0
votes
1answer
406 views
how to setting css, primefaces, javascript, jquery pattern in security.xml [spring security]
Hello all!
In my jsf page I can't load any scripts [javascript, css, jquery and primefaces] and I think my problem is related to the way i am setting my security.xml
I'm using :
primefaces 3.1.1
...
1
vote
1answer
425 views
can't load jsf.page when integrated with primefaces
i've problem when wanna implement jsf 2.0, primefaces 3.1.1 and springframework 3.0.2, i can't load my jsf page after authentication login page success
netbeans 6.9.1
glassfish server 3.0.1
...
0
votes
1answer
1k views
can't running project when add springsecurity.taglib.xml
i've problem when implement spring security and jsf 2.0, exactly when add springsecurity.taglib.xml in web.xml
server : glassfish server 3
springframework 3.0.2
jsf 2.0
library :
...
0
votes
1answer
109 views
spring acl in jsf
i've just build in spring-security-acl into my system, how can i call the "hasPermission" el-function from my xhtml pages?
e.g.
<f:subview rendered="#{hasPermission(object,'read')}">
HELLO
...
0
votes
1answer
177 views
JSF + SpringSecurity url not intercepted
I have a problem to run JSF and Spring Security.
WEB.xml:
<!-- spring and jsf configuration files mapping -->
...
<!-- JSF mapping -->
...
<!-- Spring ...
1
vote
2answers
852 views
Spring security: remember-me doesn't work with custom AuthenticationProvider
I am using a custom AuthenticationProvider:
public class CustomAuthenticationProviderImpl extends AbstractUserDetailsAuthenticationProvider {
@Resource(name="userDetailsService")
private ...
0
votes
1answer
348 views
Spring security and JSF: call method on backing bean on login?
I want a method in a session scoped backing bean to be called after a user logs in. How can I do that?
Environment: Spring Security 3.0.x, Spring 3.0.x and JSF 1.2. The backing beans are managed by ...
2
votes
2answers
1k views
Spring Security+JSF ROLE-driven rendering of page components(link etc.) best practice
Usign JSF+Spring Security.
Solution 1 - UI oriented:
JSF page displays panel with users if authenticated person has ROLE_ADMIN authority only.
<p:panel ...
0
votes
0answers
385 views
ICE Faces 3 and Spring Security Facelets Tag Library
I would like to ask if it is possible that my web application which uses JSF 2.1, Spring Framework 3.1.1, Spring Security 3.1 and ICEFaces 3 is incompatible with the Spring Security Facelets Tag ...
0
votes
1answer
156 views
spring web security questions
All,
I have my application setup so that i can use a specific username and password combination:
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans ...
1
vote
2answers
2k views
jsf spring security session timeout viewExpiredException
I have the following problem with the timeouts in Spring Security with JSF:
I've customized the sessionmanagement filter so that the user is redirected to the invalidSessionUrl just if the requested ...
1
vote
2answers
872 views
JSF - Spring Security Integration issue
The Servlet 2.4+ API allows us to use the <dispatcher> tag within the <filter-mapping> tag with values like FORWARD to intercept requests being internally forwarded to other resources. For ...
1
vote
1answer
929 views
SpringSecurity: ifAnyGranted roles as property
how is it possible to pass the allowed roles as property?:
<sec:ifAnyGranted roles="#{item.allowedRolesToRender}">
Where Item is not a bean but the var of an dataList:
<rich:dataList ...
2
votes
3answers
577 views
jsf spring security acces denied authentication login
I use Spring Security 3 in my jsf2 web app.
When a non-authenticated user tries to access a protected resource, Spring Security redirects to the login page.
In this case, how can I show a message to ...
1
vote
1answer
3k views
jsf spring security login error message
I'm using spring security 3 in my jsf2 web app.
How can I show a bad credential message in my login form without appending a get param ?login_error to the authenticated-fail-login-page?
I've tried ...
1
vote
1answer
706 views
Can't redirect from login page
I'm trying implement a custom login page to use in my JSF 2.0 application. I'm using spring security 3.0.5 and after user logins, the page isn't redirect correctly. Instead of going to the page ...