Hi
I wanted to access HttpServletRequest from CMISContentStreamWebScript, which I am modifying.
When I try to do so, using getRequest() in ServletUtil,
tmp is null, so the method returns null.Code:Object tmp = attributes.getAttribute(VIEW_REQUEST_ATTRIBUTE_NAME, RequestAttributes.SCOPE_REQUEST);
Any suggestions as to how to make this work?
thanks .. Jason

