A few clarifications:
profile one of user, role, or group, (user is almost always defined and normally is chosen).2) group.user.role
-- group or role are selected from request parameters by the same name, otherwise user is selected.
appends the request path to the profiling path3) path.session
-- or in the case of the '/' path, as session attribute with the specifed name is used.
appends the request path or request parameter path4) request.session
-- a request parameter or session attribute with the specified name is used if specified.
For all of the gritty details, see the rules sources in components/profiler/src/java/o/a/j/profiler/rules/impl.
Randy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
