Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The current documentation on https://github.com/apache/felix-dev/blob/master/http/README.md seems pretty outdated and could do with an update.
The things i run into:
- https://github.com/apache/felix-dev/blob/master/http/README.md#configuration-properties is not up to date with the code in https://github.com/apache/felix-dev/blob/master/http/jetty12/src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java
- Since there is a Jetty 11 and Jetty 12 based bundle, the documentation should reflect this. Maybe move the relevant information to the README of the bundles themselves?
- The documentation is not clear on which version one should pick, depending on JavaEE vs JakartaEE.
- https://github.com/apache/felix-dev/blob/master/http/README.md#all-in-one-bundle-configuration-properties mentions properties no longer in the master branch
- Is the information on setting up HTTP/2 still up tp date? It seems convoluted and outdated.
I could maybe put in a PR with some suggestions, but i would need help clarying some aspects.