|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


Summarizing.. if you have a case where you want "global" servlets/fiters in the PLATFORM scope to be available to all tenants there are now two options:
1) Use TENANT servlets/filters that proxy/delegate to the PLATFORM instances
2) Use a extender filter to relay certain requests to the PLATFORM tenant
I have create AMDATU-674 that would allow this case to work without any of the above.