Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10659, comment 7


Ignore:
Timestamp:
Apr 11, 2012, 11:17:42 AM (12 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10659, comment 7

    initial v1  
    1  investigated more and I suppose that the problem is in kforge trac.wsgi deployment:
    2 
     1investigated more and I suppose that the problem is in kforge trac.wsgi deployment:
     2{{{#!py
    33    from kforge.handlers.modwsgi import WsgiAccessControlHandler
    44    from trac.web.main import dispatch_request
     
    66    return access_control(environ, start_response)
    77    #return dispatch_request(environ, start_response)
    8 
     8}}}
    99If i use return dispatch_request(environ, start_response) instead of retun access_control all works fine but i miss kforge autentication for trac. What can alter this access_control method to create this kind of problem with unicode?