[gatein-commits] gatein SVN: r8423 - components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 13 16:43:33 EST 2012


Author: mposolda
Date: 2012-02-13 16:43:33 -0500 (Mon, 13 Feb 2012)
New Revision: 8423

Modified:
   components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccess.java
   components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccessValve.java
Log:
GTNSSO-5 Adding copyright

Modified: components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccess.java
===================================================================
--- components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccess.java	2012-02-13 21:00:56 UTC (rev 8422)
+++ components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccess.java	2012-02-13 21:43:33 UTC (rev 8423)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, a division of Red Hat
+ * Copyright 2012, Red Hat Middleware, LLC, and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.gatein.sso.agent.tomcat;
 
 import javax.servlet.http.HttpServletRequest;

Modified: components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccessValve.java
===================================================================
--- components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccessValve.java	2012-02-13 21:00:56 UTC (rev 8422)
+++ components/sso/trunk/agent/src/main/java/org/gatein/sso/agent/tomcat/ServletAccessValve.java	2012-02-13 21:43:33 UTC (rev 8423)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, a division of Red Hat
+ * Copyright 2012, Red Hat Middleware, LLC, and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.gatein.sso.agent.tomcat;
 
 import org.apache.catalina.connector.Request;
@@ -10,8 +32,8 @@
 import java.io.IOException;
 
 /**
- * Valve for adding HttpServletRequest and HttpServletResponse into threadLocal so that it can be accessed from
- * Login Modules during authentication.
+ * Valve for adding {@link javax.servlet.http.HttpServletRequest} and {@link javax.servlet.http.HttpServletResponse} into threadLocal
+ * so that it can be accessed from Login Modules during authentication.
  *
  * @author <a href="mailto:mposolda at redhat.com">Marek Posolda</a>
  */



More information about the gatein-commits mailing list