Ticket #7239 (new defect)
umask parameter is lost while instantiating _fcgi.WSGIServer
| Reported by: | screwdriver@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | web frontend | Version: | 0.12dev |
| Severity: | normal | Keywords: | fastcgi unix socket |
| Cc: |
Description
umask parameter is not passed from trac.web._fcgi.WSGIServer class constructor to superclass' constructor, thus preventing user from setting sane umask value, which is important when listening on unix domain sockets.
Patch against today's trunk (r7063) attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


