Skip to content
Snippets Groups Projects
  1. Dec 19, 2018
  2. Dec 12, 2018
  3. Nov 02, 2018
  4. Jul 18, 2018
  5. May 02, 2018
  6. Feb 14, 2018
  7. Sep 19, 2017
  8. Aug 02, 2017
  9. May 17, 2017
  10. Aug 08, 2016
  11. Jul 24, 2016
    • Danny Tuppeny's avatar
      Stop percent-encoding of numbers. · 44b5c66d
      Danny Tuppeny authored
      RFC 3986 states that numbers are unreserved characters:
      
      Characters that are allowed in a URI but do not have a reserved purpose
      are called unreserved. These include uppercase and lowercase letters,
      decimal digits, hyphen, period, underscore, and tilde.
      
      unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"
      [...]
      
      For consistency, percent-encoded octets in the ranges of ALPHA (%41-%5A
      and %61-%7A), DIGIT (%30-%39), hyphen (%2D), period (%2E), underscore
      (%5F), or tilde (%7E) should not be created by URI producers
      44b5c66d
  12. Jun 03, 2016
  13. Apr 27, 2016
  14. Apr 22, 2016
  15. Nov 03, 2015
  16. Oct 08, 2015
  17. Sep 24, 2015
  18. Sep 22, 2015
Loading