Modify ↓
Opened 13 years ago
Closed 13 years ago
#10233 closed defect (worksforme)
cannot edit Component if its name ends in period
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | admin/web | Version: | 0.12.2 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
create a component with a name that ends in period, like 'blah.' from the components page click the link for 'blah.' in order to edit it. get an error saying "Component blah does not exist." also it looks like the css for the error page is not loaded properly.
trac 0.12.2 mod_wsgi 3.3 python 2.6.6
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This must be an InstallationIssue, as I have been able to create and use a component "blah." successfully on this site. Do you use some kind of proxy like nginx? This is known to double-encode special characters in the URL. Also, the missing CSS on the error page shows that there's at least a configuration error.