Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
For upgrading to this version, the following steps are needed:
- Starting with release 5.0.8, a valid license file is required to run Publisher. The license.aql file needs to be placed in the publisher.home folder. Please contact Customer Support for a valid Publisher license.
Changes in default password properties
With the upgrade to Spring Framework 5.0 the password storage has undergone a major change to provide more secure defaults. This means that passwords are now stored in an encrypted way by default. Existing passwords in publisher.properties should all be prefixed with {noop} to ensure that any existing plain text passwords will still work. The encryption algorithm is Bcrypt.
Please update the oauth2.secret accordingly.
Example
In Publisher 4.0.x the oauth2.secret would look like this:
Code Block | ||
---|---|---|
| ||
oauth2.secret=123 |
In Publisher 4.1 you have two choices, either set the password without encryption:
Code Block | ||
---|---|---|
| ||
oauth2.secret={noop}123 |
Or with BCrypt encryption:
Code Block | ||
---|---|---|
| ||
oauth2.secret={bcrypt}$2a$04$zMrh.OEz/qDyPZnP14vMwucVpS5rTI91NZDHhW6fVG2sA.9NPGG16 |
Panel | ||||
---|---|---|---|---|
On this page:
|
Changes in third-party libraries
Please take a look at the Blueriq Publisher 4 librariesOverview
Content Tools