7980818283848586
return wrappedMapper.mapRequest(request.cloneWithUrl(url)); } private ICrypt getCrypt() { ICryptFactory factory = Application.get().getSecuritySettings().getCryptFactory(); return factory.newCrypt(); }
7677787980818283
return wrappedMapper.mapRequest(request.requestWithUrl(url)); } private ICrypt getCrypt() { ICryptFactory factory = Application.get().getSecuritySettings().getCryptFactory(); return factory.newCrypt(); }