Modify ↓
Opened 16 years ago
Closed 16 years ago
#4640 closed defect (fixed)
Can not match non-ascii section names
Reported by: | Jiang Xin | Owned by: | Jiang Xin |
---|---|---|---|
Priority: | normal | Component: | SvnAuthzPatch |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
if path contains non-ascii, can not match relative sections in svn_authz file.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Component: | SELECT A HACK → SvnAuthzPatch |
---|---|
Owner: | changed from anonymous to Jiang Xin |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [5280]) Fixed #4640: convert section name from unicode to utf-8, fixed this issue.