parcelUrl = prepareItemURL(manager.getConfiguration().getUpdateURL(), manager.getConfiguration().getParcel());
WebUtils.get(parcelUrl, bout, manager.getConfiguration().getReadBuffer(),manager.getConfiguration().getReadTimeout());
// Use the digester to parse the file
ByteArrayReader reader = new ByteArrayReader(bout.toByteArray());
parcel = (JasenAutoUpdateParcel)digester.parse(reader);
// Check the current parcel against the last recorded parcel
oldParcel = loadLastParcel();