mohamed hassan aly

Greenhorn
+ Follow
since Oct 04, 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 mohamed hassan aly

How can I include 2 authentication manager with spring security 2.0.5 .
<http auto-config="true" >
.....
<intercept-url pattern="/**" access="any" />
</http>
<authentication-provider user-service-ref="userManager">
<password-encoder hash="sha"/>
</authentication-provider>
<authentication-manager alias='authenticationManagerAlias'/>

I want the other one to not use th
e <password-encoder hash="sha"/> in its provider.
14 years ago
I have a question about the book is spring persistence with hibernate use spring 3 and if its cover annotations
14 years ago