647648649650651652653654655656657
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);
10601061106210631064106510661067106810691070
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); }
564565566567568569570571572573574
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore
12061207120812091210121112121213121412151216
428429430431432433434435436437438
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);
402403404405406407408409410411412
658659660661662663664665666667668
985986987988989990991992993994995
656657658659660661662663664665666