I want to add a HTTP header property to a RenderResponse. I've written a RenderFilter with which I gain access to the RenderResponse. Unfortunately, when I call setProperty ...
RenderResponse
setProperty
I'd like to call the method createResourceURL() on my RenderResponse. Unfortunately, when I do that, I'm getting the following exception thrown:
Caused by: java.lang.AbstractMethodError: org.jboss.portletbridge.BufferedRenderResponseWrapper.createResourceURL()Ljavax/portlet/ResourceURL;