Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • v2.1.2: Update the grouperClient.jar
  •  

Grouper UI

Code Block

FROM:

ProxyPass /grouper_v2_2/ ajp://localhost:8111/grouper_v2_2/



TO: (note, new config is above old config since more specific, to avoid apache warning)

# unauthenticated status
ProxyPass /grouperstatus_v2_2/status ajp://localhost:8111/grouper_v2_2/status

ProxyPass /grouper_v2_2/ ajp://localhost:8111/grouper_v2_2/



  •  

Grouper WS

  • dfThe status servlet moved to the API, if you use this, migrate any configs from the WS config to the API config.  Note, the config keys did not change.

Subject API

  • v2.2: If you implement a custom source which does not extend the BaseSourceAdapter, you will need to recompile your source with change for realms

...