Closed marevol closed 6 months ago
DataConfig.java
BASIC_AUTHENTICATIONS_PROPERTY
AUTHENTICATIONS_PROPERTY
WebConfig.java
These changes ensure that the authentication properties are consistent with the latest standards in the codebase.
DataConfig.java
, the propertyBASIC_AUTHENTICATIONS_PROPERTY
used in the factory parameter map is changed toAUTHENTICATIONS_PROPERTY
.WebConfig.java
, the property is updated to useAUTHENTICATIONS_PROPERTY
for storing authentication data in the parameter map.These changes ensure that the authentication properties are consistent with the latest standards in the codebase.