460461462463464465466467468469470
// the user provided. this.contentType = type; return; } this.contentType = m.toStringNoCharset(); String charsetValue = m.getCharset().trim(); if (charsetValue != null && charsetValue.length() > 0) { charsetSet = true;
445446447448449450451452453454455
433434435436437438439440441442443
// the user provided. this.contentType = type; return; } this.contentType = m.toStringNoCharset(); String charsetValue = m.getCharset(); if (charsetValue != null) { charsetValue = charsetValue.trim();
444445446447448449450451452453454