Modify ↓
Opened 15 years ago
Closed 14 years ago
#10164 closed enhancement (cantfix)
Internationalized URLs
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | notification | Version: | 0.11.7 |
| Severity: | normal | Keywords: | URL unicode verify |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It will be good if Trac performed URL-encoding for project.url parameter.
Now, if one place into the ini something like
url = http://ru.wikipedia.org/wiki/Заглавная_страница
he will get email notification failed with
Trac[web_ui] ERROR: Failure sending notification on change to ticket ###: UnicodeEncodeError: 'ascii' codec can't encode characters in position ...: ordinal not in range(128)
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
| Component: | general → notification |
|---|---|
| Keywords: | unicode verify added; encoding ascii removed |
comment:2 by , 14 years ago
| Resolution: | → cantfix |
|---|---|
| Status: | new → closed |
No feedback, closing.
If someone can reproduce this problem, then please repoen and provide us with the requested details.
Note:
See TracTickets
for help on using tickets.



This shouldn't happen. Can you please provide more details about your configuration, in particular the
[notification]settings?