Why not try these 2 ideas:
1) Just call your display handler, but pass in a value via stParams that
tells your handler to check for authorization.
2) Or, and this is possibly best, call your display handler and pass
bAbortOnUnauthorizedAccess=1. The docs say this defaults to true, but
checking the code, it apparently defaults to fale instead. I'd try this guy
first.
To be honest, I haven't read all of your earlier posts. I'm _assuming_ your
using adv. sec. to protect your objects. If you are using your own security,
then idea 1 may be the best solution for you.
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: Patricia Lee [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 03, 2001 2:32 PM
> To: Spectra-Talk
> Subject: RE: Guidance? Cfa_contentobject and using the r_stParams
> attribut e...
>
>
> I'm already doing something like this (only one method call not two) and
> I'm already seeing performance hits... in my test cases I'm only returning
> nine records, two of which are restricted.
>
> cfa_contentobjectFind
> cfa_contentobject method="AUTHORIZE" r_stparams=s
> [normal cold fusion to process sorting and filtering]
>
> This is what part of my tag stack looks like (I cut it off so I
> wouldn't be
> too annoying) .... as you can tell I'm spending a LOT of time on
> the handler
> calls.... I can'too imagine how long this page would take if my poor users
> returned a couple of hundred results (In the grand scheme of thing, this
> might be quite possible).
>
> Execution Time
> 10950 milliseconds
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.