if (!initialized) {
initialized = true;
this.boundaryMarker = getBoundaryMarker(super.getContentType());
if (this.boundaryMarker == null) {
throw new FileUploadException("The request was rejected because "
+ "no multipart boundary was found");
}
this.encoding = getCharacterEncoding();