golja opened a new pull request, #1034: URL: https://github.com/apache/ofbiz-framework/pull/1034
This PR is related to the issue raised by @gsperi on the dev-list on March 23, 2026 (subject: "rest-api plugin and CORS filter") regarding incorrect management of CORS origins in the rest-api plugin. To address the issue, this PR: - introduces the new property cors.origins.allowed in security.properties, allowing the list of permitted origins to be specified; - adds the new method getCorsOriginsAllowed() to UtilMisc to retrieve the list of allowed origins from cors.origins.allowed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
