You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/07/25 18:58:38 UTC

svn commit: rev 23234 - in avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay: . http jetty jetty/servlet

Author: niclas
Date: Sun Jul 25 09:58:38 2004
New Revision: 23234

Added:
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/BasicAuthenticator.xinfo   (contents, props changed)
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/ClientCertAuthenticator.xinfo   (contents, props changed)
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/DigestAuthenticator.xinfo   (contents, props changed)
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/jetty/
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/jetty/servlet/
   avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/jetty/servlet/FormAuthenticator.xinfo   (contents, props changed)
Log:
Making the authenticators in Jetty Avalon-aware.

Added: avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/BasicAuthenticator.xinfo
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/BasicAuthenticator.xinfo	Sun Jul 25 09:58:38 2004
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE type PUBLIC "-//AVALON/Type DTD Version 1.0//EN" "http://avalon.apache.org/dtds/meta/type_1_1.dtd" >
+
+<type>
+  <info>
+    <name>http-basic-authenticator</name>
+    <version>1.0.0</version>
+    <lifestyle>singleton</lifestyle>
+    <collection>hard</collection>
+  </info>
+  <loggers>
+    <logger name="http"/>
+  </loggers>
+</type>
+ 

Added: avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/ClientCertAuthenticator.xinfo
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/ClientCertAuthenticator.xinfo	Sun Jul 25 09:58:38 2004
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE type PUBLIC "-//AVALON/Type DTD Version 1.0//EN" "http://avalon.apache.org/dtds/meta/type_1_1.dtd" >
+
+<type>
+  <info>
+    <name>http-client-cert-authenticator</name>
+    <version>1.0.0</version>
+    <lifestyle>singleton</lifestyle>
+    <collection>hard</collection>
+  </info>
+  <loggers>
+    <logger name="http"/>
+  </loggers>
+</type>
+ 
+ 

Added: avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/DigestAuthenticator.xinfo
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/http/DigestAuthenticator.xinfo	Sun Jul 25 09:58:38 2004
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE type PUBLIC "-//AVALON/Type DTD Version 1.0//EN" "http://avalon.apache.org/dtds/meta/type_1_1.dtd" >
+
+<type>
+  <info>
+    <name>http-digest-authenticator</name>
+    <version>1.0.0</version>
+    <lifestyle>singleton</lifestyle>
+    <collection>hard</collection>
+  </info>
+  <loggers>
+    <logger name="http"/>
+  </loggers>
+</type>
+ 
+ 

Added: avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/jetty/servlet/FormAuthenticator.xinfo
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/facilities/http/impl/src/main/org/mortbay/jetty/servlet/FormAuthenticator.xinfo	Sun Jul 25 09:58:38 2004
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE type PUBLIC "-//AVALON/Type DTD Version 1.0//EN" "http://avalon.apache.org/dtds/meta/type_1_1.dtd" >
+
+<type>
+  <info>
+    <name>http-form-authenticator</name>
+    <version>1.0.0</version>
+    <lifestyle>singleton</lifestyle>
+    <collection>hard</collection>
+  </info>
+  <loggers>
+    <logger name="http"/>
+  </loggers>
+</type>
+ 
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org