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 db26eae200 webconsole doc: add missing conf props (#316)
db26eae200 is described below

commit db26eae2002051ab8db2ee8251ab4e6886d47490
Author: Luca Palano <[email protected]>
AuthorDate: Tue Jun 4 09:45:09 2024 +0200

    webconsole doc: add missing conf props (#316)
    
    Jira ID: FELIX-6703
---
 webconsole/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/webconsole/README.md b/webconsole/README.md
index 7a5250f71e..37be9038f4 100644
--- a/webconsole/README.md
+++ b/webconsole/README.md
@@ -36,6 +36,8 @@ The Web Console can be configurated through a configuration 
using the service PI
 | `plugins` | all plugins enabled | The labels of the plugins enabled and 
displayed. |
 | `locale` | -- | If set, this locale forces the localization to use this 
locale instead of the one requested by the web browser. |
 | `http.service.filter` | -- | OSGi filter used to select the Http Service to 
which the Web Console binds. The value of this property (if not empty) is 
combined with the object class selection term to get the actual service 
selection filter like 
`(&(objectClass=org.osgi.service.http.HttpService)(filter))`. This property 
must not have leading or ending parentheses. For example, to bind to the 
service with service ID 15 set the property to `service.id=15`. By default (if 
this property is n [...]
+| `shutdown.timeout` | 5 | The timeout for felix shutdown |
+| `reload.timeout` | 40 | The timeout for webconsole page reload, after 
shutdown |
 
 ### Framework Properties
 

Reply via email to