Hello - I trying to get access to the query (HTTP REST call) that prompts a grid product handler to be invoked. Actually, I specifically need the URL's hostname address, but am not sure where this resides within the scope of the 'product' software package. I've written a grid product handler by implementing the OFSNGetHandler class, but this class does not seem to have the proper scope to view the URL call string.
The package structure in question: http://svn.apache.org/repos/asf/oodt/trunk/product/src/main/java/org/apache/oodt/product/handlers/ofsn/ Typically I would think I could get the URL string from an HTTP Get request handler, but I can't find such a handler in the above package scope. Would anybody know where access to the URL call string would reside? Thank you! Rishi
