When caching interfaces with XML signatures, do not add a last-modified
commit47da71bac6fa1a78640fc9bfca42532c489d078b
authorThomas Leonard <talex5@gmail.com>
Sun, 6 Aug 2006 09:51:32 +0000 (6 09:51 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
treeec9f79cf5964ebef14a9fa3d0b61f796dfe48b51
parent1e189586eeaf085ab7a164007514cf963e060966
When caching interfaces with XML signatures, do not add a last-modified

attribute. We can get the date directly from the signature when we need it,
and modifyingn the XML just invalidates the signature.

A side-effect of this is that we can now cope with non-ASCII characters in
XML-signed interface files (Pythons's StringIO copes badly with unicode).

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1013 9f8c893c-44ee-0310-b757-c8ca8341c71e
tests/data.py
tests/testifacecache.py
zeroinstall/injector/iface_cache.py
zeroinstall/injector/reader.py