Edgewall Software

Changes between Initial Version and Version 2 of Ticket #5287


Ignore:
Timestamp:
May 9, 2007, 7:06:49 AM (17 years ago)
Author:
Christian Boos
Comment:

Ok, here we see: <Request "GET /newticket">

As opposed to #5286, id is not set by TicketModule.match_request, but as we're going into self._process_ticket_request(req) instead of self._process_newticket_request(req) in TicketModule.process_request, this shows that the id is set by some other means.

In #5286, it's projects/isound/report, here it's projects/isound/newticket, so there must be something in your web front-end that adds an id request parameter corresponding to projects/isound plus the value of the GET request.

It must be a misconfiguration of your web front-end, but it would be interesting nevertheless to understand what's going on, in order to see if this is something likely to happen for other people or not.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5287

    • Property Keywords needinfo added
    • Property Priority highlow
    • Property Severity blockernormal
  • Ticket #5287 – Description

    initial v2  
    1 Using version 11dev, I recieve the above error when trying to create a new ticket.  From the log:
    2 
     1Using version 11dev, I receive the above error when trying to create a new ticket.  From the log:
     2{{{
    33<snip>
    442007-05-08 15:47:49,056 Trac[main] DEBUG: Dispatching <Request "GET /newticket">
     
    1515ValueError: invalid literal for int(): projects/isound/newticket
    16162007-05-08 15:47:49,366 Trac[chrome] DEBUG: Prepare chrome data for request
    17 
    1817</snip>
     18}}}