Factual / skuld

Distributed task tracking system.
300 stars 13 forks source link

Use URL-safe base64 encoding for ids #83

Closed eric closed 10 years ago

eric commented 10 years ago

This prevents issues related to passing IDs in URL paths by making them url-safe.

RFC4648 has details: http://tools.ietf.org/html/rfc4648#section-5

This is a better solution than #70.