519520521522523524525526527528529
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);
11201121112211231124112511261127112811291130
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); }
699700701702703704705706707708709
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);
632633634635636637638639640641642
727728729730731732733734735736737
712713714715716717718719720721722
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore
649650651652653654655656657658659
495496497498499500501502503504505
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);
422423424425426427428429430431432
442443444445446447448449450451452