SAML / REST API ADDON Issue

Hi,
I’m seeing a clash between the latest SAML Addon (v0.4.0) and the lastest REST API Addon (v7.2.0) in 7.2.3:

  • When the SAML Addon is installed on its own, everything is good.
  • When the REST API Addon is installed on its own, everything is good.
  • When the SAML Addon and the REST API Addon are both installed, an error occurs

image

Steps to reproduce are:

  • Create a new application
  • Add SAML Addon and setup web\web-app-properties ( cuba.addon.saml.basePath etc )
  • Run App
    …all should be fine
  • Add REST API Addon
  • Run App
    …App should fail to start and generate a fatal error in catalina.out
    …Entirely removing deploy folder/invalidating cache etc doesn’t make any difference

There should be an attachment called testsaml100420.zip which is just a new app with both SAML and RESTAPI Addons installed.

testsaml100420.zip (455.6 KB)

Hi, @tstriker

Thank you for reporting the issue!
We have published the version 0.4.1 of the SAML addon where the problem was solved. Please try it in your project.

Regards,
Gleb

I’ve tested it and the new 0.4.1 SAML addon solves the issue of the conflict with the REST API addon. Many Thanks:)

image