aggregateSignificantData
protected void aggregateSignificantData(CachableHttpServletRequest request,
                                        java.io.DataOutputStream daos)
                                 throws java.lang.IllegalArgumentException,
                                        java.io.IOException,
                                        InternalErrorException
Method to aggregates the HTTP method and URL (without parameters) from
 the request.
- Specified by:
 
aggregateSignificantData in class BaseRequestPolicy 
- Parameters:
 
request - the cachable http servlet request to aggregate request data for. 
daos - data output stream to write data to. 
- Throws:
 
java.lang.IllegalArgumentException - if supplied request contained invalid data. 
java.io.IOException - if i/o related problems occurred reading the request data. 
InternalErrorException - if internal errors occurred reading the request data.