Opened 15 years ago

Closed 12 years ago

Last modified 12 years ago

#5277 closed defect (fixed)

Plugin just doesn't want to work — at Version 3

Reported by: tzieleniewski@… Owned by: Nathan Lewis
Priority: high Component: PrivateWikiPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

I have the following settup in trac.ini

[components]
..
privatewiki.* = enabled
..

[privatewikis]
private_wikis = DEV

When ever I try to access the following resource on trac http://myhost.com/wiki/Dev as as anonymous user I am granted access. Please point me what did I miss so there is access granted.

Below debug from trac:
May 25 16:23:10 hal Trac[main] DEBUG: Dispatching <Request "GET u'/wiki/Dev'">                                                                                                                                                                      
May 25 16:23:10 hal Trac[svn_fs] DEBUG: Subversion bindings imported                                                                                                                                                                                
May 25 16:23:10 hal Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow']                                                                                                                                         
May 25 16:23:10 hal Trac[chrome] DEBUG: Prepare chrome data for request                                                                                                                                                                             
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None                                                                                                                                                  
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing BROWSER_VIEW on None                                                                                                                                                   
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on None                                                                                                                                                     
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on None                                                                                                                                               
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on None                                                                                                                                              
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on None                                                                                                                                                   
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing THEME_ADMIN on None                                                                                                                                                    
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing TIMELINE_VIEW on None                                                                                                                                                  
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing REPORT_VIEW on None                                                                                                                                                    
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing PRIVATE_VIEW_DEV on None                                                                                                                                               
May 25 16:23:10 hal Trac[api] DEBUG: Updating wiki page index                                                                                                                                                                                       
May 25 16:23:10 hal Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_MODIFY on <Resource u'wiki:Dev, attachment'>                                                                                                                      
May 25 16:23:10 hal Trac[attachment] DEBUG: LegacyAttachmentPolicy denied anonymous access to <Resource u'wiki:Dev, attachment'>. User needs WIKI_MODIFY                                                                                            
May 25 16:23:10 hal Trac[perm] DEBUG: LegacyAttachmentPolicy denies anonymous performing ATTACHMENT_CREATE on <Resource u'wiki:Dev, attachment'>                                                                                                    
May 25 16:23:11 hal Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None                                                                                                                                                     
May 25 16:23:11 hal Trac[session] DEBUG: Retrieving session for ID '0e40007289fe0c7234d5e95d'                                                                                                                                                       
May 25 16:23:11 hal Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_MODIFY on <Resource u'wiki:Dev'>                                                                                                                                  
May 25 16:23:11 hal Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_DELETE on <Resource u'wiki:Dev'>                                                                                                                                  
May 25 16:23:11 hal Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_ADMIN on <Resource u'wiki:Dev'>                                                                                                                                   
May 25 16:23:11 hal Trac[main] DEBUG: 8397 unreachable objects found.                                                                                                                                                                               
May 25 16:23:11 hal Trac[main] DEBUG: Dispatching <Request "GET u'/chrome/common/trac.ico'">                                                                                                                                                        
May 25 16:23:11 hal Trac[env] INFO: Reloading environment due to configuration change                                                                                                                                                               
May 25 16:23:11 hal Trac[env] INFO: Reloading environment due to configuration change                                                                                                                                                               
May 25 16:23:11 hal Trac[env] INFO: Reloading environment due to configuration change   

Regards Tomasz

Change History (4)

Changed 15 years ago by tzieleniewski@…

Attachment: trac.debug.log added

DEBUG log

comment:1 Changed 12 years ago by Nathan Lewis

Owner: changed from Eric Hodges to Nathan Lewis

comment:2 Changed 12 years ago by anonymous

Resolution: fixed
Status: newclosed

This was fixed in Ticket #3194

comment:3 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.