647648649650651652653654655656657
try { if (conv == null) { conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch (Exception e) { // Ignore log.error("Invalid URI encoding; using HTTP default"); connector.setURIEncoding(null);
558559560561562563564565566567568
try { if (conv == null) { conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch (IOException e) { // Ignore log.error("Invalid URI encoding; using HTTP default"); connector.setURIEncoding(null);
606607608609610611612613614615616
746747748749750751752753754755756
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore
698699700701702703704705706707708
433434435436437438439440441442443
574575576577578579580581582583584
469470471472473474475476477478479
649650651652653654655656657658659
644645646647648649650651652653654