From 40914e052a09892e62f19b2be1e024b796aedace Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Fri, 13 Feb 2015 09:28:47 +0000 Subject: [PATCH] WaechterRS hinzugefuegt --- src/de/uhilger/transit/web/AbstractServlet.java | 29 ++++++++++++++++++++++------- 1 files changed, 22 insertions(+), 7 deletions(-) diff --git a/src/de/uhilger/transit/web/AbstractServlet.java b/src/de/uhilger/transit/web/AbstractServlet.java index 12c8461..85a2ef4 100644 --- a/src/de/uhilger/transit/web/AbstractServlet.java +++ b/src/de/uhilger/transit/web/AbstractServlet.java @@ -1,22 +1,37 @@ /* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. + Transit - Remote procedure calls made simple + Copyright (c) 2012 Ulrich Hilger + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. */ package de.uhilger.transit.web; -import java.io.IOException; -import java.io.PrintWriter; import java.security.Principal; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; /** + * Basisklasse mit gemeinsamem Code fuer die TransitServlets + * + * @author Copyright (c) Ulrich Hilger, http://uhilger.de + * @author Published under the terms and conditions of the + * <a href="http://www.gnu.org/licenses/agpl-3.0" target="_blank">GNU Affero + * General Public License</a> * - * @author ulrich + * @version 1, September 16, 2012 */ public abstract class AbstractServlet extends HttpServlet { -- Gitblit v1.9.3