burtonator wrote:
>
> OK. Check out ParameterParser and User. Both of these objects should
> give you 60% of your functionality.
>
> The rest, referer, remoteIP, accept-language, etc will have to be done
> with our own object.
>
HttpServletRequest or an equivalent wrapper
> I was doign this with PortletConfig as you can see. Maybe we can use
> your peer class Config as a basis for a ProfilerConfig so that we don't
> have to include rundata.
>
There's currently no way to stroe request parameters in the Profiler because,
the default implementation is a Singleton shared for all requests...
> The problem is that if we give people rundata.. (IE a rope) they might
> do bad things (like hang themselves :)
>
Yes, maybe we should just build a RunData-lite, without the rope :)
It's just simpler to use
getResourceURL( RunData )
that
getResourceURL( ParameterParser, User, HttpServletRequest )
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]