The Integration Graph can be accessed from any any Web application as an embedded content, e.g. Spring-Flo project can use the result JSON representation to draw the real graph from Spring Integration runtime.
Therefore our REST resource should provide the CORS options to let trusted domains to get access to the data.
Also see Spring Framework Reference Manual for more information.
The issue comes to the Documentation purpose.
No reason to introduce anything new, since regular Spring MVC provides everything what we need, e.g. XML config may looks like:
Artem Bilan opened INT-4035 and commented
The Integration Graph can be accessed from any any Web application as an embedded content, e.g. Spring-Flo project can use the result JSON representation to draw the real graph from Spring Integration runtime.
Therefore our REST resource should provide the CORS options to let trusted domains to get access to the data.
Also see Spring Framework Reference Manual for more information.
Issue Links:
Referenced from: pull request #1810
The text was updated successfully, but these errors were encountered: