Questions tagged as 'spring-security'

0
answers

How to integrate my User to Spring Security xml

I'm starting to learn Spring Security and I'm having some doubts. I used to authenticate users using phaseListener . I have the User MB where its scope is @SessionScoped . How can I pass this user and configure it in this xml:...
asked by 05.08.2015 / 20:55
0
answers

Spring Security with JBoss causes 'Circular view path ...' error, what's wrong?

In an attempt to get Spring Security running with JBoss, based on the GS-Security-WEB example, I'm getting the following message when entering the URLs available for testing: LogOutput12:40:16,051 INFO [org.jboss.as.server.deployment] (MSC s...
asked by 04.06.2015 / 18:40
1
answer

Spring MVC Security - Config from Web.xml does not leave page open

I'm trying to implement Spring Security in my project, but I'm running into the following problem. When I add tags to web.xml , the project does not load either the start page, it starts with 404 error, if I remove the tags, it returns to...
asked by 11.06.2015 / 04:54
1
answer

File Upload in JSF with ajax

I'm trying to upload a file of any kind through the jsf h: inputFile element, and I try to do this with ajax, but when I try to upload this error appears in the browser console. .. Uncaught TypeError: Cannot read property 'getAttribute' of u...
asked by 16.01.2018 / 20:30
1
answer

Check user status when login

Hello everyone. I'm having a problem in formulating my login screen and would like to ask your knowledge. I'm using Eclipse Mars .1 to program PrimeFaces for visual components and Spring Security for user authentication and authorization....
asked by 24.08.2016 / 11:27