You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2015/08/10 08:46:11 UTC

svn commit: r1694964 - in /felix/site/trunk/content: documentation/subprojects/apache-felix-http-service.mdtext downloads.list news.mdtext

Author: cziegeler
Date: Mon Aug 10 06:46:11 2015
New Revision: 1694964

URL: http://svn.apache.org/r1694964
Log:
Http Release

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext
    felix/site/trunk/content/downloads.list
    felix/site/trunk/content/news.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext?rev=1694964&r1=1694963&r2=1694964&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext Mon Aug 10 06:46:11 2015
@@ -384,7 +384,7 @@ properties can be used (some legacy prop
 | `org.apache.felix.http.jetty.responseBufferSize` | Size of the buffer for responses, in bytes. Default is 24 KB. |
 | `org.apache.felix.http.jetty.maxFormSize` | The maximum size accepted for a form post, in bytes. Defaults to 200 KB. |
 | `org.apache.felix.http.mbeans` | If `true`, enables the MBean server functionality. The default is `false`. |
-| `org.apache.felix.http.jetty.sendServerHeader` | If `false`, the `Server` HTTP header is no longer included in responses. The default is `true`. |
+| `org.apache.felix.http.jetty.sendServerHeader` | If `false`, the `Server` HTTP header is no longer included in responses. The default is `false`. |
 | `org.eclipse.jetty.servlet.SessionCookie` | Name of the cookie used to transport the Session ID. The default is `JSESSIONID`. |
 | `org.eclipse.jetty.servlet.SessionURL` | Name of the request parameter to transport the Session ID. The default is `jsessionid`. |
 | `org.eclipse.jetty.servlet.SessionDomain` | Domain to set on the session cookie. The default is `null`. |

Modified: felix/site/trunk/content/downloads.list
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/downloads.list?rev=1694964&r1=1694963&r2=1694964&view=diff
==============================================================================
--- felix/site/trunk/content/downloads.list (original)
+++ felix/site/trunk/content/downloads.list Mon Aug 10 06:46:11 2015
@@ -43,16 +43,16 @@ Framework Security|org.apache.felix.fram
 Gogo Runtime|org.apache.felix.gogo.runtime|0.16.2|project||doc/changelog.txt
 Gogo Shell|org.apache.felix.gogo.shell|0.10.0|project||doc/changelog.txt
 Gogo Command|org.apache.felix.gogo.command|0.14.0|project||doc/changelog.txt
-HTTP Service API|org.apache.felix.http.api|2.3.2|project||-
-HTTP Service Base|org.apache.felix.http.base|2.4.0|project||-
+HTTP Service API|org.apache.felix.http.api|3.0.0|project||-
+HTTP Service Base|org.apache.felix.http.base|3.0.0|project||-
 HTTP Service Bridge|org.apache.felix.http.bridge|2.3.2|project||-
 HTTP Service Bundle|org.apache.felix.http.bundle|2.4.0|project||-
 HTTP Service Cometd|org.apache.felix.http.cometd|2.3.2|project||-
-HTTP Service Jetty|org.apache.felix.http.jetty|3.0.2|project||-
+HTTP Service Jetty|org.apache.felix.http.jetty|3.1.0|project||-
 HTTP Service Proxy|org.apache.felix.http.proxy|2.3.2|project||-
-HTTP Service SSL filter|org.apache.felix.http.sslfilter|0.2.0|project||-
-HTTP Service Whiteboard|org.apache.felix.http.whiteboard|2.3.2|project||-
-HTTP Servlet 2.6 + 3.0 API|org.apache.felix.http.servlet-api|1.1.0|project||-
+HTTP Service SSL filter|org.apache.felix.http.sslfilter|1.0.2|project||-
+HTTP Service Whiteboard|org.apache.felix.http.whiteboard|3.0.0|project||-
+HTTP Servlet 2.6 + 3.0 API|org.apache.felix.http.servlet-api|1.1.2|project||-
 Inventory Printer|org.apache.felix.inventory|1.0.4
 iPOJO (Core)|org.apache.felix.ipojo|1.12.1|project||-
 iPOJO Runtime Project (containing all iPOJO runtime modules)|org.apache.felix.ipojo.runtime-project|1.12.1|source-release||-

Modified: felix/site/trunk/content/news.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/news.mdtext?rev=1694964&r1=1694963&r2=1694964&view=diff
==============================================================================
--- felix/site/trunk/content/news.mdtext (original)
+++ felix/site/trunk/content/news.mdtext Mon Aug 10 06:46:11 2015
@@ -1,5 +1,6 @@
 Title: News
 
+* Apache Felix Http Service including support for the new R6 Http Whiteboard Service: Apache Felix Http API 3.0.0, Apache Felix Http Jetty 3.1.0, Apache Felix Http Base 3.0.0, Apache Felix Http Servlet API 1.1.2, Apache Felix Http Sslfilter 1.0.2, and Apache Felix Http Whiteboard 3.0.0 (August 10, 2015)
 * Apache Felix WebConsole 4.2.10 (July 20, 2015)
 * The Framework 5.0.1 as well as the resolver 1.4.0 release is now available in the <a href="http://felix.apache.org/site/downloads.cgi">downloads</a> section and from the Maven repository. (June 21, 2015)
 * Apache Felix Dependency Manager 4 (top level release R5) is now available in the <a href="http://felix.apache.org/site/downloads.cgi">downloads</a> section. (June 09, 2015)