#8529 support unicode in repo branch names

unreleased
closed
None
General
nobody
2023-12-06
2023-12-05
No

Currently a branch name with unicode in it is browsable, but only if you go their directly. If you go to a code tool it'll try to do a redirect and get this error

  File "/src/allura/Allura/allura/lib/custom_middleware.py", line 638, in __call__
    start_response(status, headers, exc_info)
ValueError: unicode object contains non latin-1 characters

Discussion

  • Dave Brondsema

    Dave Brondsema - 2023-12-05
    • status: open --> review
    • assigned_to: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2023-12-05

    db/8529

     
  • Kenton Taylor - 2023-12-06
    • status: review --> closed
     
  • Kenton Taylor - 2023-12-06

    Looks good, merged.

     

Log in to post a comment.