From ccefc8d334fa37294bbf26eccc5f4ac5703631e3 Mon Sep 17 00:00:00 2001
From: ulrich <ulrich@uhilger.de>
Date: Wed, 28 Dec 2016 15:26:02 +0000
Subject: [PATCH] Grant Role und Revoke Role auf UserRole Objekt umgestellt

---
 src/java/de/uhilger/um/web/NiceFilter.java |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/src/java/de/uhilger/um/web/NiceFilter.java b/src/java/de/uhilger/um/web/NiceFilter.java
index ccb9263..c0d120b 100644
--- a/src/java/de/uhilger/um/web/NiceFilter.java
+++ b/src/java/de/uhilger/um/web/NiceFilter.java
@@ -1,8 +1,21 @@
 /*
- * 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.
+ *  Nutzerverwaltung - User and role management in your browser
+ *  Copyright (C) 2011-2016 Ulrich Hilger, http://uhilger.de
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU 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 General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see http://www.gnu.org/licenses/
  */
+
 package de.uhilger.um.web;
 
 import java.io.IOException;
@@ -31,7 +44,7 @@
     hier wird ein URL wie z.B. 
     http]://example.com/um/svc/testmethode
     umgesetzt auf
-    http]://example,com/um/api?c=de.uhilger.um.api.UserMgr&m=testmethode
+    http]://example.com/um/api?c=de.uhilger.um.api.UserMgr&m=testmethode
   
     der Teil 'svc' ist im Filter Mapping des Deployment Descriptor 
     deklariert. Der Teil 'api' zeigt mit Hilfe eines Servlet 

--
Gitblit v1.9.3