Modify ↓
Opened 16 years ago
Closed 16 years ago
#4762 closed defect (fixed)
Error on a page containing an apostrophe in the URL
Reported by: | Jirka Vejrazka | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | low | Component: | WatchlistPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
If a page contains an apostrophe in its URL, Watchlist plugin causes Trac to fail (when this plugin is disabled, page displays properly). I know it's a dumb idea to have an apostrophe there, but hey - Trac can handle it :)
Here are relevant lines from the traceback (the URL ended with HOWTO's):
OperationalError: near "s": syntax error 2009-03-10 11:47:00,348 Trac[main] ERROR: near "s": syntax error if not self.is_watching(realm, resid, user): File "build/bdist.linux-i686/egg/tracwatchlist/plugin.py", line 253, in is_watching
The installed plugin is revision 5234.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Update: Use the revision [5353] or later. The above quoted one introduced some small errors which I had to fix.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Upgraded to latest revision, problem fixed - thanks for the speedy response!
Note: See
TracTickets for help on using
tickets.
This error happened because of the way I wrote the SQL command in python ("I was young (in python) and did not know it better!"). Check out revision [5349] which should fix this.
Please tell me if the error is gone. I will test it on my trac installation ASAP.