On Wed, Sep 30, 2015 at 2:39 PM, Erick D <[email protected]> wrote:
> I have restarted apache several times via 'sudo /etc/init.d/apache2 > restart' ... restarts just fine, but same issue. > Anyway to clear the permission cache? > The cached property would certainly be cleared by restarting Apache because the values are cached in the in-memory application. It should also be cleared when granting a permission. http://trac.edgewall.org/browser/tags/trac-1.0.9/trac/perm.py?marks=245#L238 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
