Ademir Constantino Filho

Greenhorn
+ Follow
since Jan 30, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ademir Constantino Filho

Hello guys,

I'm using spring security in a new application and I configured the WebSecurityConfigurerAdapter. Everything with the filters works fine, but the problem comes on the distinction of two holes I have: Usuario(User) and Administrador(admin). The problem comes when I login with the User role and I access the path I restricted for that(/restricted) -- everything works fine, filter applyed --, but when I access as Admin, I can only manage to access the user path (/restricted), and not the /admin path, which I would like to.

Here bellow is the configuration as I did.



Does anybody here knows whats wrong?
Thanks much
9 years ago
Hello guys, I'm experiencing some problems with Apache CXF + Spring Webservices.

The problem is that I published my soap services via Apache cxf, and I use the WebServiceContext to get the httpservletquest and trough this object I get the HttpSession, however the HttpSession is always to my android and ios clients the same object. I think it is like application scope, but I would like that to be session scoped, and each client could have your own session.

Could anybody help me with this?
Thanks
11 years ago
Hello friends,

I'm currently writing one article about Java Design Patterns and I would like your help on the technical review or any other correction. The article is available on google docs:

Article

or

http://www.scribd.com/doc/34062188/Design-Patterns-SW-Quality-English-Version

Any help, critic or suggestion, please write!

edit #1 - google docs to scridb

Thank you very much