On Tue, Mar 17, 2015 at 1:16 PM, Gary Martin <[email protected]> wrote:
> Hmm... I think I found one way to replicate the error but it is not clear
> that it matches your problem yet. If on my test server I hit a path like
> products/DEF/products/DEF/somethingelse then I get that error (where DEF is
> the prefix for my default product).
>
> Under this circumstance the path_info would be turning up as
> "/somethingelse"
>
> Not sure if I should go as far as admitting that this is suggestive of a bug
> but it does make it look like you might have a strange setup. I'll have
> another look at this in a bit but if you happen to spot anything odd about
> your setup, that might be helpful.

My setup is pretty much the default...  Products appear as
/product/NAME and the tickets appear as
/product/NAME/ticket/TICKETNUMBER .  My trac.ini file is fairly bare,
too, so it should be mostly using the default settings in most cases.

My "fix" seems to only make it so "/product/NAME/ticket/TICKETNUMBER"
renders the "/product/NAME" page instead of the error message.  I
can't view the ticket information.  I'm thinking that method isn't
even supposed to be called when viewing a ticket.

Reply via email to