Hi Michael, Felix,

I think what Michael needs when he refers to Microsling is a scriptable Sling. This means that all the core aspects of Sling:

- request handling
- error handling
- request filtering
- response filtering
- repository events
- timed events (cron jobs)

are scriptable. I think this is a reasonable request and would allow users to build powerful web applications in the script language (or even servlets) they prefer.

regards,

Lars


Back to your problem: What you might want to do, as you said, is SPAM
"filtering". So you would implement a Filter, register it with the
system and get the raw requests in your hands and can react before the
servlet (or script) is even called (well this is not new information, of
course ;-) ).

Regards
Felix


--
Lars Trieloff
[EMAIL PROTECTED]
http://weblogs.goshaky.com/weblogs/lars

Reply via email to