Re: [PR] CAMEL-21461: platform-http - add CORS support [camel-spring-boot]

2024-12-06 Thread via GitHub
davsclaus commented on PR #1299: URL: https://github.com/apache/camel-spring-boot/pull/1299#issuecomment-2522503223 Thanks @rinaldodev more features for CSB in platform-http is welcome. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] CAMEL-21461: platform-http - add CORS support [camel-spring-boot]

2024-12-06 Thread via GitHub
davsclaus merged PR #1299: URL: https://github.com/apache/camel-spring-boot/pull/1299 -- 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: commits-unsubscr..

Re: [PR] CAMEL-21461: platform-http - add CORS support [camel-spring-boot]

2024-12-04 Thread via GitHub
rinaldodev commented on code in PR #1299: URL: https://github.com/apache/camel-spring-boot/pull/1299#discussion_r1869578401 ## components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCorsCredentialsTest.java

Re: [PR] CAMEL-21461: platform-http - add CORS support [camel-spring-boot]

2024-12-02 Thread via GitHub
Croway commented on PR #1299: URL: https://github.com/apache/camel-spring-boot/pull/1299#issuecomment-2510986790 @rinaldodev `The following syntax doesn't work when testing CORS because it seems to overrides the behavior of all HTTP methods including OPTIONS` this sounds odd, what about us

Re: [PR] CAMEL-21461: platform-http - add CORS support [camel-spring-boot]

2024-12-02 Thread via GitHub
Croway commented on code in PR #1299: URL: https://github.com/apache/camel-spring-boot/pull/1299#discussion_r1865495394 ## components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCorsCredentialsTest.java: ##