Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi!
On my instance I have a couple of thousand users who are allowed to set page level rights (which they also do - beside the training that permission rights should be set on uppermost level (=space)).
And of course they also send out short-urls to such restricted pages via email distirbution lists to groups of colleagues, which then generate tickets, as always some of them are not allowed to see the content because the authors forgot to add them. (We're not talking about anonymous users here!)
What I want to know is:
A typical webserver statistic is not usable as the return code of the "Not Permitted" page seems not to be an error page in regard to the http protocol (ie. it always comes back as a 200 OK).
Is anybody aware of some tracking of "not permitted" requests that I could use?
Confluence tracks successful page accesses for each user in the database - what about the "not permitted"ones?
Any information of where I can start digging is verymuch welcomed! :-D
Martin
you could try to change the contents of the page - probably you can fetch some information about the user and write it back to the server in a file, or you put a more explanatory statement on the page the users could give feedback.
https://confluence.atlassian.com/confkb/how-to-customize-the-not-permitted-page-829059072.html
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.