You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Addition of ProtocolHelper in ComponentUtil.
Replacement of protocol validation logic in WebFsIndexHelper with ProtocolHelper.
Deprecation of the old protocol validation methods in FessProp.
Update UriTypeValidator to use ProtocolHelper.
Configuration updates in fess.xml.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: