View Issue Details

IDProjectCategoryView StatusLast Update
0008965Talermechant backendpublic2024-07-26 00:12
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.12Fixed in Version0.12 
Summary0008965: add missing chars in the payto validation
Descriptioncurrently found that I couldn't add a bank account from a bank with x-taler-bank support if the bank account has _ (underscore)

https://git.taler.net/exchange.git/commit/?id=aac16cd06101417eeeae16088d240ae1f58f08c7

but the current impl doesn't allow all the possible chars

   segment = *pchar
   pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
   unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
   reserved = gen-delims / sub-delims
   gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
   sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
                 / "*" / "+" / "," / ";" / "="
TagsNo tags attached.

Activities

Christian Grothoff

2024-06-23 09:44

manager   ~0022705

Fixed in aac16cd0..00058aa0

Issue History

Date Modified Username Field Change
2024-06-19 14:45 sebasjm New Issue
2024-06-19 14:45 sebasjm Status new => assigned
2024-06-19 14:45 sebasjm Assigned To => Christian Grothoff
2024-06-23 09:44 Christian Grothoff Status assigned => resolved
2024-06-23 09:44 Christian Grothoff Resolution open => fixed
2024-06-23 09:44 Christian Grothoff Fixed in Version => 0.12
2024-06-23 09:44 Christian Grothoff Note Added: 0022705
2024-06-23 09:45 Christian Grothoff Product Version 0.13 => git (master)
2024-06-23 09:45 Christian Grothoff Target Version 0.13 => 0.12
2024-07-26 00:12 Christian Grothoff Status resolved => closed