mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
move GZipFilter and WebUtil to scm-core
This commit is contained in:
@@ -50,6 +50,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.15
|
||||
*/
|
||||
@Singleton
|
||||
public class GZipFilter extends HttpFilter
|
||||
@@ -50,6 +50,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.15
|
||||
*/
|
||||
public class GZipResponseStream extends ServletOutputStream
|
||||
{
|
||||
@@ -50,6 +50,7 @@ import javax.servlet.http.HttpServletResponseWrapper;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.15
|
||||
*/
|
||||
public class GZipResponseWrapper extends HttpServletResponseWrapper
|
||||
{
|
||||
@@ -54,6 +54,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
/**
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.15
|
||||
*/
|
||||
public class WebUtil
|
||||
{
|
||||
Reference in New Issue
Block a user