The prerelease documentation says that it's possible to use
static methods in class flex.messaging.HttpContext to
retrieve the request (HttpContext.getHttpRequest), response
(HttpContext.getHttpResponse) and servletconfig
(HttpContext.getServletConfig).
In beta2 HttpContext has been replaced by FlexContext.
How can i obtain the ServletConfig with FlexContext ?
I haven't found any method to do that.
Thanks