Details
Description
Currently the repodata/repomd.xml path is handled as regular item in proxied repository. and its age is checked by getItemMaxAge() instead of getMetadataMaxAge(). So the max age of repodata/repomd.xml and the max age of RPM files are same that can be configured as "Item Max Age" in the configuration. I think that checking the age of repodata/repomd.xml with getMetadataMaxAge() is a right thing to do