req = new UploadServletRequest(req);
} else if (ParamUtil.get(req, WebKeys.ENCRYPT, false)) {
try {
Company company = CompanyLocalManagerUtil.getCompany(companyId);
req = new EncryptedServletRequest(req, company.getKeyObj());
} catch (Exception e) {
}
}
// Current URL