Author: sergeyb
Date: Tue Jul 20 14:32:09 2010
New Revision: 965862

URL: http://svn.apache.org/viewvc?rev=965862&view=rev
Log:
Updating release notes for DOSGi 1.2 with a reference to the secure filters 
feature

Modified:
    cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
    
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
    cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt

Modified: 
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
URL: 
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt?rev=965862&r1=965861&r2=965862&view=diff
==============================================================================
--- 
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt 
(original)
+++ 
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt 
Tue Jul 20 14:32:09 2010
@@ -13,14 +13,20 @@ been done on the code base.
 For the new features applicable to the RSA specification, see chapter
 122 in the OSGi Enterprise Spec (http://www.osgi.org/Download/Release4V42).
 
-Additionally, a number of bugs have been fixed. 
+The following new features have been introduced:
 
-The following configuration property has been introduced:
 * org.apache.cxf.ws.port=[port number]
-  This property can be used to change the default port at which a remote
+  This configuration property can be used to change the default port at which 
a remote
 service appears. When setting this property the default context will
 still be used.
 
+* Servlet Filters (javax.servlet.Filter) can now be registered as OSGi 
services with
+  an "org.apache.cxf.httpservice.filter" boolean property set to true and used 
to secure DOSGi server endpoints.
+  Endpoints can enforce the registration of the filters by setting an 
"org.apache.cxf.httpservice.requirefilter" 
+  boolean property to true
+
+Additionally, a number of bugs has also been fixed.
+
 
 Apache CXF Distributed OSGi 1.1 Release Notes
 =============================================

Modified: 
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
URL: 
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt?rev=965862&r1=965861&r2=965862&view=diff
==============================================================================
--- 
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
 (original)
+++ 
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
 Tue Jul 20 14:32:09 2010
@@ -13,17 +13,19 @@ been done on the code base.
 For the new features applicable to the RSA specification, see chapter
 122 in the OSGi Enterprise Spec (http://www.osgi.org/Download/Release4V42).
 
-Additionally, a number of bugs have been fixed. 
+The following new features have been introduced:
 
-The following configuration property has been introduced:
 * org.apache.cxf.ws.port=[port number]
-  This property can be used to change the default port at which a remote
+  This configuration property can be used to change the default port at which 
a remote
 service appears. When setting this property the default context will
 still be used.
 
+* Servlet Filters (javax.servlet.Filter) can now be registered as OSGi 
services with
+  an "org.apache.cxf.httpservice.filter" boolean property set to true and used 
to secure DOSGi server endpoints.
+  Endpoints can enforce the registration of the filters by setting an 
"org.apache.cxf.httpservice.requirefilter" 
+  boolean property to true
 
-Apache CXF Distributed OSGi 1.1 Release Notes
-=============================================
+Additionally, a number of bugs has also been fixed.
 
 Specific issues, features, and improvements fixed in this version
 -----------------------------------------------------------------

Modified: 
cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt
URL: 
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt?rev=965862&r1=965861&r2=965862&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt 
(original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt Tue 
Jul 20 14:32:09 2010
@@ -13,14 +13,19 @@ been done on the code base.
 For the new features applicable to the RSA specification, see chapter
 122 in the OSGi Enterprise Spec (http://www.osgi.org/Download/Release4V42).
 
-Additionally, a number of bugs have been fixed. 
+The following new features have been introduced:
 
-The following configuration property has been introduced:
 * org.apache.cxf.ws.port=[port number]
-  This property can be used to change the default port at which a remote
+  This configuration property can be used to change the default port at which 
a remote
 service appears. When setting this property the default context will
 still be used.
 
+* Servlet Filters (javax.servlet.Filter) can now be registered as OSGi 
services with
+  an "org.apache.cxf.httpservice.filter" boolean property set to true and used 
to secure DOSGi server endpoints.
+  Endpoints can enforce the registration of the filters by setting an 
"org.apache.cxf.httpservice.requirefilter" 
+  boolean property to true
+
+Additionally, a number of bugs has also been fixed.
 
 Apache CXF Distributed OSGi 1.1 Release Notes
 =============================================


Reply via email to