720721722723724725726727728729730
conv = new B2CConverter(enc); request.setURIConverter(conv); } else { conv.recycle(); } } catch(IOException e) { // Ignore
545546547548549550551552553554555
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);
681682683684685686687688689690691
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);
656657658659660661662663664665666
801802803804805806807808809810811
650651652653654655656657658659660
745746747748749750751752753754755
514515516517518519520521522523524
536537538539540541542543544545546
/* 649 */ conv = new B2CConverter(enc); /* 650 */ request.setURIConverter(conv); /* */ } /* */ else /* */ { /* 654 */ conv.recycle(); /* */ } /* */ /* */ } /* */ catch (IOException e) /* */ {