439652 GzipHandler super.doStart

This commit is contained in:
Greg Wilkins 2014-07-16 16:45:02 +10:00
parent 5f033b48d5
commit 409389ba6e
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public class GzipHandler extends HandlerWrapper
_mimeTypes.add("application/gzip");
}
}
super.doStart();
}
/* ------------------------------------------------------------ */