Actions
Patch #30827
closedgit tags can't handle utf-8
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
1/ create a git tag that contains ascii incompatible character like "Aufräumen"
2/ open the repository page
Internal Server Error - incompatible character encodings: UTF-8 and ASCII-8BIT
https://github.com/redmine/redmine/blob/979b0b6331db287179661594e22539331c1d8fb3/app/views/repositories/_navigation.html.erb#L35
Files
Related issues
Updated by Go MAEDA almost 6 years ago
- Related to Defect #16881: Git: repository page crashes when non-ascii character in tag or branch name added
Updated by Pavel Rosický almost 6 years ago
- File git_adapter.rb.patch git_adapter.rb.patch added
- File git_tests.patch git_tests.patch added
@Go MAEDA you can simulate the problem with attached tests.
I'm not sure about the input encoding, AFAIK it should be set by the shell's LC_ALL variable or is it always in UTF-8?
Updated by Pavel Rosický almost 6 years ago
- File git_repository.tar.gz git_repository.tar.gz added
looks like I can't attach .tar.gz as a patch...
Updated by Go MAEDA almost 6 years ago
- Target version set to Candidate for next major release
Updated by Pavel Rosický over 5 years ago
- Status changed from New to Resolved
Updated by Go MAEDA over 5 years ago
- Status changed from Resolved to Closed
- Target version deleted (
Candidate for next major release)
Fixed for upcoming Redmine 4.1.0 (#16881).
Actions