This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f8920f3fa Update README.md (#340)
7f8920f3fa is described below

commit 7f8920f3fa31ac1f390ae0c26c272d993fe69148
Author: Paul <[email protected]>
AuthorDate: Tue Nov 12 07:27:12 2024 +0100

    Update README.md (#340)
    
    Add security notice to readme.
---
 http/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/README.md b/http/README.md
index ef2689cf69..ee56b92efb 100644
--- a/http/README.md
+++ b/http/README.md
@@ -419,7 +419,7 @@ properties can be used (some legacy property names still 
exist but are not docum
 | `org.eclipse.jetty.servlet.SessionDomain`                | Domain to set on 
the session cookie. The default is `null`.                                      
                                                                                
                                                                                
                                                                                
                                                                                
               [...]
 | `org.eclipse.jetty.servlet.SessionPath`                  | The path to set 
on the session cookie. The default is the configured session context path 
("/").                                                                          
                                                                                
                                                                                
                                                                                
                      [...]
 | `org.eclipse.jetty.servlet.MaxAge`                       | The maximum age 
value to set on the cookie. The default is "-1".                                
                                                                                
                                                                                
                                                                                
                                                                                
                [...]
-| `org.eclipse.jetty.UriComplianceMode`                    | The URI 
compliance mode to set. The default is 
[DEFAULT](https://eclipse.dev/jetty/javadoc/jetty-12/org/eclipse/jetty/http/UriCompliance.html#DEFAULT).
 See 
[documentation](https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-server-compliance-uri.)
 and [possible 
modes](https://github.com/jetty/jetty.project/blob/jetty-12.0.x/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.jav
 [...]
+| `org.eclipse.jetty.UriComplianceMode`                    | The URI 
compliance mode to set. The default is 
[DEFAULT](https://eclipse.dev/jetty/javadoc/jetty-12/org/eclipse/jetty/http/UriCompliance.html#DEFAULT).
 See 
[documentation](https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-server-compliance-uri.)
 and [possible 
modes](https://github.com/jetty/jetty.project/blob/jetty-12.0.x/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.jav
 [...]
 | `org.apache.felix.proxy.load.balancer.connection.enable` | Set this to 
`true` when running Felix HTTP behind a (offloading) proxy or load balancer 
which rewrites the requests. The default is `false`.                            
                                                                                
                                                                                
                                                                                
                        [...]
 | `org.apache.felix.http.runtime.init.`                    | Properties 
starting with this prefix are added as service registration properties to the 
HttpServiceRuntime service. The prefix is removed for the property name.        
                                                                                
                                                                                
                                                                                
                       [...]
 | `org.apache.felix.jetty.gziphandler.enable`              | Whether the 
server should use a server-wide gzip handler. Default is false.                 
                                                                                
                                                                                
                                                                                
                                                                                
                    [...]

Reply via email to