ammachado commented on PR #25317:
URL: https://github.com/apache/camel/pull/25317#issuecomment-5180770957

   Addressed both non-blocking suggestions in b42b60bb04cb:
   
   1. **Netty dependency** — added explicit `io.netty:netty-common`, 
`netty-transport`, `netty-handler`, and `netty-codec-http` dependencies to 
`pom.xml` (no version pinned, they resolve through the existing `netty-bom` 
import at the same `4.2.16.Final` that `terminal-http` already pulls 
transitively — verified with `dependency:tree`, no version drift).
   2. **Origin null handling** — added a comment on `isAllowedOrigin()` 
explaining it's intentional (non-browser clients don't send `Origin`; 
loopback-only bind is the actual security boundary), per your note that this is 
fine as-is.
   
   _Claude Code on behalf of ammachado_


-- 
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]

Reply via email to