i have Enable Robust Exceptions turned off and i have added my IP address to
the list of IPs for debug output.
i get the same output whether my IP is in the list or not. if Enable Robust
Exceptions is checked, i get all the output, but so does everyone else. if it
is unchecked, i only get the abbreviated output, as does everyone else.
i am hoping this is just something i have missed but look forward to solving
this riddle.
thanks!
as an example, my address is 76.88.7.x and the server is 209.123.45.x
i am remote and not on the same local network as the server.
what i am hoping to accomplish (and i don't think this is possible at this
point) is that i can see the debug output but the public can't.
the docs on this are somewhat lacking or i have misunderstood them.
thanks again,
jason
don't recall ever having this issue but if something's "stubborn" in cf,
restarting the cf server service will sometimes clear things up.
If robust exceptions are on, all IPs can see the output.
If robust exceptions are off, no IPs can see the output.
All of the external IPs are static except my home IP which hasn't changed in
months.
What I am trying to determine is how this is supposed to work. I was assuming
that if my IP was in the trusted list for debug output, I would receive the
output even if robust exceptions were turned off. Is this the case?
debug works as outlined here:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Debug_02.html
*exception* info isn't the same as *debug* info. if you're talking about errors,
unless you have a global error handling page or try/catch logic, users will see
some exception info. what they see depends on whether you have enabled "Robust
Exception Information", nothing to do w/the IP control list--that's for *debug*
output.
it would be nice if you could limit who sees robust exceptions however.
thanks again.