Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make rpc serialization chunk size configurable (#9961)
Make the RPC chunk size configurable through a system property `gwt.rpc.maxPayloadChunkSize`. This allows implementors to circumvent the RPC protocol version to fallback to version 7 on large payloads. Which in the current client implementation uses unsafe javascript eval, preventing proper operation on sites with CSP's restricting `unsafe-eval`. Workaround #9578 Co-authored-by: codemasterover9000 <[email protected]>
- Loading branch information