434435436437438439440441442443444
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);
510511512513514515516517518519520
try { if (conv == null) { conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch (IOException e) { // Ignore log("Invalid URI encoding; using HTTP default", e); connector.setURIEncoding(null);
10221023102410251026102710281029103010311032
try { if (conv == null) { conv = new B2CConverter(enc, true); request.setURIConverter(conv); } else { conv.recycle(); } } catch (IOException e) { log.error("Invalid URI encoding; using HTTP default"); connector.setURIEncoding(null); }
430431432433434435436437438439440
575576577578579580581582583584585
612613614615616617618619620621622
698699700701702703704705706707708
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore
37423743374437453746374737483749375037513752
try { if (conv == null) { conv = new B2CConverter(enc); setURIConverter(conv); } else { conv.recycle(); } } catch (IOException e) { // Ignore log.error("Invalid URI encoding; using HTTP default"); connector.setURIEncoding(null);
432433434435436437438439440441442
502503504505506507508509510511512