codelibs / fess

Fess is very powerful and easily deployable Enterprise Search Server.
https://fess.codelibs.org
Apache License 2.0
1k stars 165 forks source link

Add ProtocolHelper to Manage URL Protocols #2819

Closed marevol closed 4 months ago

marevol commented 4 months ago

We need to introduce a new helper class, ProtocolHelper, to centralize the management of URL protocols. This change will improve the code maintainability and allow us to easily update and validate web and file protocols. The ProtocolHelper will be added to the ComponentUtil class and utilized across the application.

Details of the change include: