10471048104910501051105210531054105510561057
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); }
11201121112211231124112511261127112811291130
11291130113111321133113411351136113711381139
538539540541542543544545546547548
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);
982983984985986987988989990991992
432433434435436437438439440441442
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);
501502503504505506507508509510511
439440441442443444445446447448449
514515516517518519520521522523524
635636637638639640641642643644645
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore