Opened 14 years ago

Last modified 13 years ago

#7879 closed defect

"502 Bad Gateway" when using CodeExampleMacro in ticket comments — at Version 2

Reported by: Ryan J Ollos Owned by: Alexander Slesarev
Priority: normal Component: CodeExampleMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

I can use the following snipet in a wiki page and it works fine, but I see a 502 Bad Gateway error when putting it in a ticket comment.

{{{
#!CodeExample
## path = /Projects/Presto/Software/branches/T666-RO/acqserver/VdasController.cpp@4704:290-331#L290
#!cpp
}}}

I've seen this error with the ChangeLogMacro, which I maintain, but have yet to track down the source of the problem. See #6370.

I'm running Trac 0.11.7.

Change History (2)

comment:1 Changed 14 years ago by Ryan J Ollos

Thank you for providing such a useful macro, btw! I've been using this for code reviews, and it is by far the most straightforward way to do code reviews in Trac.

comment:2 Changed 14 years ago by Ryan J Ollos

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