Hi

I wanted to access HttpServletRequest from CMISContentStreamWebScript, which I am modifying.

When I try to do so, using getRequest() in ServletUtil,

Code:
            Object tmp = attributes.getAttribute(VIEW_REQUEST_ATTRIBUTE_NAME, RequestAttributes.SCOPE_REQUEST);
tmp is null, so the method returns null.

Any suggestions as to how to make this work?

thanks .. Jason