| Author |
Authentiation and Authorization logic in RequestProcessor?
|
amit sharma
Ranch Hand
Joined: Jul 19, 2006
Posts: 129
|
|
I made some application in simple jsp .There to control the access and authorization i use filters .I made many filters and then apply that filters to several url patterns. Now i making struts application and using tiles .One of my friend told me in struts usually we extend requestproccessor and put the logic there .But if i not use filters and put all the logic in requestproccessor then it will become very big and unmanageable .How we handle Authentication and Authorization in Struts .
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
|
Let the container manage it, then you can concentrate on working on your application.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Authentiation and Authorization logic in RequestProcessor?
|
|
|