464465466467468469470471472473474
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);
434435436437438439440441442443444
984985986987988989990991992993994
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); }
462463464465466467468469470471472
413414415416417418419420421422423
12001201120212031204120512061207120812091210
501502503504505506507508509510511
429430431432433434435436437438439
536537538539540541542543544545546