Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8893


Ignore:
Timestamp:
Dec 15, 2009, 3:22:38 PM (14 years ago)
Author:
Christian Boos
Comment:

Well, when I try to access this link I get a 401 ;-)

So this is a "private" Trac, and all I can say is that they wrote a buggy TracLinks in their wiki page, something like:

[wiki:WikiStart?version=this-is-not-an-int]

WikiStart

As we don't do any kind of checking on the ?… params when creating the link, we can't prevent such a link to be written. Whether we should catch that error when the link is dereferenced and produce a nicer error instead of an internal error is another story, and that wouldn't solve your problem (and would take away my favorite recipe to trigger a backtrace and test the error page ;-) ).

So, best advice is to fix this buggy link (or ask those who can edit this page to do it).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8893

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #8893 – Description

    initial v1  
    11Trac detected an internal error: when i try to access this link https://projects.maemo.org/trac/btests/wiki/CIinstructions.
    2 
     2{{{
    33Python Traceback
    44Traceback (most recent call last):
     
    1414    self.version = int(version)
    1515ValueError: invalid literal for int(): gate/gate-fremantle-filemanager/trunk/testcases/filemanagercross/renameCross.py
    16 
     16}}}
    1717Please help me in this regard.