> 4. 'Missing' environment
>
> Maybe related to the SEGV above, but I am seeing occasional failures in
.asp
> files to see any environment or ASP objects. I have code that does this:
>
> <% if (!defined $r->path_info) { %>
> No category chosen.
> ...
> <% } else { %>
>
> But the URL most DEFINITELY had PATH_INFO... the access_log entries say
> so...
> could be 1. and/or 2. above.

Found this one. It is a Javascript issue. See
http://www.webreference.com/dhtml/hiermenus/issues/ for a commentary.
Basically, I have <td> boxes (enclosing href text) that use Javascript
location.href to make the link work when you click anywhere in the cell.
This results in the request NOT being treated as a referred link, but a new
request.

Time to turn cell links into graphics or text only...

I didn't know this and I got bitten. Maybe this will help anyone looking
through the mail archives.

Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to