OnRequestCapture within Interceptor - and getCurrentEvent()

I need to get the current event name inside my Interceptor in the onRequestCappture interception point – but event.getCurrentEvent() returns an empty string?

Any ideas how I can get the current event name? CacheBox seems to do it somehow!!?

If you are using the SES interceptor I don’t believe you can accomplish this unless your push the SES interceptors preProcess() method ahead of your onRequestCaptrtue. But, I don’t know the level of effort that would take.

Aaron