|
From: Everett T. <eve...@ne...> - 2004-03-31 16:42:17
|
hi leif, have you considered allowing users to create custom filter actions? it might look something like: wrapper.filter.trigger.1=java.lang.OutOfMemoryError wrapper.filter.action.1=com.mycompany.MyFilterAction where com.mycompany.MyFilterAction is a class in a jar in the classpath specified by wrapper.java.classpath.<n>. i realize this is a potential security issue. if someone had access to the app they could add triggers and execute arbitrary code against anything else running in the jvm. but if access isn't an issue is this feature a possibility? everett |