When I upload to 4.7.5 the restapi always redirect

I have filed this solution within the github repo issue 205

Having the embbeded database, is there a way to set the property value adminConsole.access.allow-wildcards-in-excludes= true without manually set in it through Server>System Properties? I’d like to automate it and I’ve tried to modify the file in C:\Program Files\Openfire\embedded-db\openfire.script and it won’t change the setting. Could it be specified on the openfire.xml autosetup?

I think you can include it in openfire.xml like this:

<adminConsole>
  <access>
    <allow-wildcards-in-excludes>true</allow-wildcards-in-excludes>
  </access>
</adminConsole>

Haven’t tested this though. Please let us know if it works!

Thank you for your answer! It actually worked and also adding property values to enable the REST API plugin

1 Like