[Twisted-Python] Cannot access raise ticket in Issue Tracker

2017-06-19 Thread David Worenklein
Hi, I'm trying to post a documentation bug (ReverseProxyResource says the path parameter type is str, but actually it needs to be bytes) I'm trying to access http://twistedmatrix.com/trac/newticket but I get an Error: Forbidden When I try to log in at http://twistedmatrix.com/trac/login I get

Re: [Twisted-Python] Cannot access raise ticket in Issue Tracker

2017-06-19 Thread Jean-Paul Calderone
On Mon, Jun 19, 2017 at 4:33 PM, David Worenklein wrote: > Hi, > > > > I’m trying to post a documentation bug (ReverseProxyResource says the path > parameter type is str, but actually it needs to be bytes) > > > > I’m trying to access http://twistedmatrix.com/trac/newticket but I get an > Error:

Re: [Twisted-Python] Cannot access raise ticket in Issue Tracker

2017-06-19 Thread Christopher Armstrong
On Mon, Jun 19, 2017 at 5:37 PM, Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Mon, Jun 19, 2017 at 4:33 PM, David Worenklein > wrote: > >> Hi, >> >> >> >> I’m trying to post a documentation bug (ReverseProxyResource says the >> path parameter type is str, but actually it needs to