Ticket #1803 (new defect)

Opened 1 year ago

Last modified 8 months ago

trac link with subdirectory access

Reported by: anonymous Assigned to: cboos
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

When I access a Doxygen Trac link which points to a file in a subdirectory, a 404 Not Found error occurs. There is an automatic transformation from a slash (/) to a backslash (\) wich causes the error (see error message).

[doxygen:directory/subdirectory/file] -> error

[doxygen:directory/file] -> works

Error message:

The requested URL /trac/myproject/doxygen/directory\subdirectory/file was not found on this server.

Direct access with a correct slash (/trac/myproject/doxygen/directory/directory/file) works.

Environment:
Webserver - Apache 2.0.59 + mod_python 3.3.1
Trac 0.10.4 + doxygen 0.4
Python 2.4.4
OS - Win 2003 Server

Attachments

Change History

11/20/07 11:48:41 changed by anonymous

I can confirm this bug. I've also seen this come up using apache and python on windows (*not* using cygwin)


Add/Change #1803 (trac link with subdirectory access)




Change Properties
Action