Click here to Skip to main content
15,887,415 members
Home / Discussions / Web Development
   

Web Development

 
PraiseRe: Check connection issue in asp.net Pin
ZurdoDev4-Dec-15 4:03
professionalZurdoDev4-Dec-15 4:03 
GeneralRe: Check connection issue in asp.net Pin
Member 101919686-Dec-15 19:01
professionalMember 101919686-Dec-15 19:01 
GeneralRe: Check connection issue in asp.net Pin
Member 101919686-Dec-15 19:02
professionalMember 101919686-Dec-15 19:02 
QuestionAuto deployment of web application Pin
Praveen Raghuvanshi24-Nov-15 17:45
professionalPraveen Raghuvanshi24-Nov-15 17:45 
QuestionCreate Table and columns in XML from HTML Pin
SAM_India23-Nov-15 15:29
SAM_India23-Nov-15 15:29 
QuestionHow to use Server Sent Event(HTML5) with WCF Pin
ritesraj20-Nov-15 4:46
ritesraj20-Nov-15 4:46 
AnswerRe: How to use Server Sent Event(HTML5) with WCF Pin
Richard Deeming23-Nov-15 2:24
mveRichard Deeming23-Nov-15 2:24 
Questioncustom spring method security configuration Pin
Rohan Borde18-Nov-15 2:16
Rohan Borde18-Nov-15 2:16 
XML
I want to configure spring method security in 3.2.5 security version. I have added following code in spring-security.xml

<!-- Custom Method Security -->
 <beans:bean id="customMethodSecurityExpressionRoot" class="com.mkyong.configure.CustomMethodSecurityExpressionRoot" lazy-init="true" scope="prototype"/>
 <beans:bean id="customMethodSecurityExpressionHandler" class="com.mkyong.configure.CustomMethodSecurityExpressionHandler" lazy-init="true"/>


 <global-method-security secured-annotations="enabled"  pre-post-annotations="enabled" >
    <expression-handler ref="customMethodSecurityExpressionHandler"/>
 </global-method-security>
I am using method security like,

@PreFilter("myMethod()")
User getuserInfo();
The method security is not getting configured. There are no exception or error. When I debug the code internally, I got to know that it could not invoke PreInvocationAuthorizationAdviceVoter.

Can anybody please tell me the issue and the right way to configure it?

can anybody please suggest me configuring the method security(spring security version 3.2.5 and xml configuration)?

QuestionIs the current webdev tech stack perfect? Pin
Val Cool18-Nov-15 0:15
Val Cool18-Nov-15 0:15 
AnswerRe: Is the current webdev tech stack perfect? Pin
Wombaticus18-Nov-15 1:04
Wombaticus18-Nov-15 1:04 
AnswerRe: Is the current webdev tech stack perfect? Pin
Casey Carnnia19-Nov-15 13:48
Casey Carnnia19-Nov-15 13:48 
QuestionTechnology to choose for a web UI, turn based strategy game Pin
Mild#710-Nov-15 21:22
Mild#710-Nov-15 21:22 
AnswerRe: Technology to choose for a web UI, turn based strategy game Pin
Wombaticus11-Nov-15 1:00
Wombaticus11-Nov-15 1:00 
GeneralRe: Technology to choose for a web UI, turn based strategy game Pin
Mild#711-Nov-15 5:48
Mild#711-Nov-15 5:48 
AnswerRe: Technology to choose for a web UI, turn based strategy game Pin
dsuryd4-Jan-16 11:24
dsuryd4-Jan-16 11:24 
Questionhow do you guys practice your front end dev skills? Pin
Member 118975666-Nov-15 3:52
Member 118975666-Nov-15 3:52 
AnswerRe: how do you guys practice your front end dev skills? PinPopular
Richard MacCutchan6-Nov-15 3:58
mveRichard MacCutchan6-Nov-15 3:58 
AnswerRe: how do you guys practice your front end dev skills? Pin
Casey Carnnia19-Nov-15 13:21
Casey Carnnia19-Nov-15 13:21 
GeneralRe: how do you guys practice your front end dev skills? Pin
Richard MacCutchan19-Nov-15 23:01
mveRichard MacCutchan19-Nov-15 23:01 
AnswerRe: how do you guys practice your front end dev skills? Pin
F-ES Sitecore11-Nov-15 2:43
professionalF-ES Sitecore11-Nov-15 2:43 
AnswerRe: how do you guys practice your front end dev skills? Pin
W Balboos, GHB25-Nov-15 1:55
W Balboos, GHB25-Nov-15 1:55 
QuestionLooking for a solution for combine WebService and jQuery (web app) Pin
goldsoft30-Oct-15 23:29
goldsoft30-Oct-15 23:29 
AnswerRe: Looking for a solution for combine WebService and jQuery (web app) Pin
Richard Deeming2-Nov-15 1:59
mveRichard Deeming2-Nov-15 1:59 
Question[REST Service] Return full entity or just the needed values - Best practice? Pin
Udayakiran Kallavi29-Oct-15 7:08
Udayakiran Kallavi29-Oct-15 7:08 
AnswerRe: [REST Service] Return full entity or just the needed values - Best practice? Pin
Nathan Minier30-Oct-15 6:36
professionalNathan Minier30-Oct-15 6:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.