Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Context-Sensitive Rejection

by jdporter (Paladin)
on Jul 20, 2011 at 14:04 UTC ( [id://915661]=pmdevtopic: print w/replies, xml ) Need Help??

Idea: Let the permission denied page contain information on the node you're not allowed to see.

In particular, I want the page to display the sitedoclet associated with the denied node, if any. This will be useful to SiteDocClan as it will facilitate the maintenance of sitedoclets associated with nodes they're not allowed to "run". A well-written sitedoclet might also allay some of the confusion to which newbies are heir, when they hit a forbidden page.

Technical Implementation

The code of permission denied needs to know which node the user requested and was rejected. Currently, that information is lost (afaict) as soon as the engine decides to redirect to permission denied. Therefore, I propose the following patch in order to preserve that info:

In Everything/HTML.pm, insert the following line before line 1408:

$HTMLVARS{requested_node} = $NODE;

When this has been done, the Permission Denied - (patch) can be applied.

Update: Done!

I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-16 12:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found