712713714715716717718719720721722
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore
551552553554555556557558559560561
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);
439440441442443444445446447448449
501502503504505506507508509510511
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);
542543544545546547548549550551552
469470471472473474475476477478479
11011102110311041105110611071108110911101111
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); }
573574575576577578579580581582583
435436437438439440441442443444445
402403404405406407408409410411412