> For the general case use getAttribute, e.g.
>
> httpRequest.getAttribute('some_attribute_name');
>
> and omit the 'AJP_'.
But is this somehow available within the scripted attribute resolver?
Would I need to import javax.servlet and javax.servlet.http?
Liam