#2783: fcgi wrapper shouldn't report "Internal Error" on catching SystemExit
-----------------------------------------------+----------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  defect                             |       Status:  new  
 Priority:  normal                             |    Milestone:       
Component:  general                            |      Version:  0.9.3
 Severity:  normal                             |   Resolution:       
 Keywords:                                     |  
-----------------------------------------------+----------------------------
Comment (by anonymous):

 Just to note, that line didn't work for me. I got it working, though I'm
 not sure if it'll mess other things up. I added the following

 except Exception, SystemExit: pass

 just before the line:

 except Exception, e:

 This is me using fcgid, apache, and Trac 0.9.4

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2783>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to