move GZipFilter and WebUtil to scm-core

This commit is contained in:
Sebastian Sdorra
2012-05-12 20:35:25 +02:00
parent 0525c08b1d
commit 80cbc186e3
4 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ import javax.servlet.http.HttpServletResponse;
/**
*
* @author Sebastian Sdorra
* @since 1.15
*/
@Singleton
public class GZipFilter extends HttpFilter

View File

@@ -50,6 +50,7 @@ import javax.servlet.http.HttpServletResponse;
/**
*
* @author Sebastian Sdorra
* @since 1.15
*/
public class GZipResponseStream extends ServletOutputStream
{

View File

@@ -50,6 +50,7 @@ import javax.servlet.http.HttpServletResponseWrapper;
/**
*
* @author Sebastian Sdorra
* @since 1.15
*/
public class GZipResponseWrapper extends HttpServletResponseWrapper
{

View File

@@ -54,6 +54,7 @@ import javax.servlet.http.HttpServletResponse;
/**
*
* @author Sebastian Sdorra
* @since 1.15
*/
public class WebUtil
{