Opened 15 years ago
Closed 15 years ago
#9207 closed defect (cantfix)
Not possible to put forward-slashes in code-blocks in description
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.11.6 |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
How to reproduce
Add a code block containing a forward-slash to the description field. You should get a HTTP 400 (Bad Request).
Like this? /
System Information
Operating System: CentOS 5.4 (Linux 2.6.18-164.el5)
Python Version: 2.4.3
Database: sqlite3
Versioning System: svn 1.6.6 (r40053)
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Apologies for not being more clear. Yes, it was the description field of the ticket. For example, putting the following in a description field would cause problems:
/usr/bin/python
Specifically, when clicking "Submit Changes" I was re-directed to a 400. As a contrast, the following would cause no problems:
usrbinpyton
I disabled plugins (TracAccountManager 0.2.1dev-r7731) as you suggested, and lo and behold the problem has disappeared! Quite an unusual bug. I guess this ticket can be closed. Thanks.
comment:3 by , 15 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Really weird, don't forget to report this bug for the TH:AccountManagerPlugin!
Well, probably I don't really understand your steps to reproduce (were you really talking about the description field of a ticket, when creating a ticket?), but I can't reproduce this, nor do I see how this could possibly lead to a 400 error.
Do you have any plugins enabled? If yes, try to reproduce the issue with plugins disabled.
In any case, try to describe more precisely what you're doing.