[Owasp-appsensor-dev] Issue 9 in appsensor: AppSensorServiceController needs configurable service stores
appsensor at googlecode.com
appsensor at googlecode.com
Fri Sep 2 10:49:03 EDT 2011
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 9 by luke.bid... at gmail.com: AppSensorServiceController needs
configurable service stores
http://code.google.com/p/appsensor/issues/detail?id=9
Im using AppSensorRequestBlockingFilter which in turn uses
AppSensorServiceController. The AppSensorServiceController service and
perUser service stores are static Hashtables, ideally I'd bean able to
switch those out for MemBase or whatever so they don't just apply to the
current node, they apply across all distributed nodes.
Perhaps a ServiceStore interface in a similar pattern to the
IntrustionStore could be employed?
More information about the Owasp-appsensor-dev
mailing list