On Monday, December 28, 2020 at 5:37:46 AM UTC-8 rcp....@gmail.com wrote:

> Unfortunately the debug log doesn't seem to help much AFAICT.  No 
> exceptions or errors seen.  Here is the log from when I click on a 
> Milestone to edit it (some identifying details obfuscated)...
> 2020-12-28 10:00:57,746 Trac[main] DEBUG: Dispatching <RequestWithSession 
> "GET '/milestone/Release%20Edition%205.3'">
> 2020-12-28 10:00:57,747 Trac[main] DEBUG: Chosen handler is <Component 
> trac.ticket.roadmap.MilestoneModule>
> 2020-12-28 10:00:57,749 Trac[session] DEBUG: Retrieving session for ID 
> u'rob'
> 2020-12-28 10:00:57,752 Trac[perm] DEBUG: DefaultPermissionPolicy allows 
> rob performing ACCTMGR_USER_ADMIN on None
> 2020-12-28 10:00:57,752 Trac[perm] DEBUG: DefaultPermissionPolicy allows 
> rob performing MILESTONE_VIEW on <Resource 
> u'milestone:Release%20Edition%205.3'>
>

The resource id should have been decoded. Compare to the log I sent which 
has:

Dispatching <RequestWithSession "GET '/milestone/*Release Edition 5.3'*">
...
DefaultPermissionPolicy allows user1 performing MILESTONE_VIEW on <Resource 
u'milestone:*Release Edition 5.3*'>

I'll take a look at the codebase and see if I have any guesses as to the 
problem.

Ryan


-- 
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 trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/c6befdeb-3d45-4c99-ad0d-1f3083391335n%40googlegroups.com.

Reply via email to