-
New Feature
-
Resolution: Done
-
Normal
-
8.5.2
-
Security Level: Jimmy
-
ZK 8.6.0 S1, ZK 8.6.0 S2
when configuring ZK with a servlet 3 web.xml the web-fragment.xml in zk.jar/META-INF/web-fragment.xml automatically registers ZK's servlet with default settings / mappings.
Whenever the defaults are unwanted, things get more complicated and sometimes container specific. Ignoring a specific web-fragment.xml is container specific or instead all "wanted" web-fragments need to be listed.
removing or providing the web-fragment.xml in a separate dependency would help in that matter allowing for more flexible configuration. The benefits of the default config are only initial convenience for trivial tests. While the disadvantages make more complex configurations difficult.
- relates to
-
ZK-614 Support Servlet 3's web fragment
- Closed