[IMP] Improve URL format for caching/signing
commit31570876724557ee3eb93f9ef75bf95dbd3d2a97
authorAdrian Moennich <jerome.ernst.monnich@cern.ch>
Thu, 12 May 2011 12:06:08 +0000 (12 14:06 +0200)
committerJose Benito <jose.benito.gonzalez@cern.ch>
Tue, 23 Aug 2011 13:38:51 +0000 (23 15:38 +0200)
tree585b5058a0daa633f35ffdf99c874773f58daf0d
parent1ea4c56111555ca6402fda654343134d5cc224a0
[IMP] Improve URL format for caching/signing

- in both cases the query strign is sorted
- the signature is now passed via &signature=...
- the timestamp is included as &timestamp=...
- the cache key now uses SHA-256 instead of hash()
indico/web/http_api/cache.py
indico/web/http_api/handlers.py