You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 8 (CSP friendly) is only used, if isJavaScript is falsy. There is still some code, which sets isJavaScript to true if escaped strings are bigger thant 64 KBytes.
Steps to reproduce
Serialize a string bigger than 64 KBytes with GWT-RPC.
The text was updated successfully, but these errors were encountered:
GWT version: 2.12.0
Description
gwt/user/src/com/google/gwt/user/server/rpc/impl/ServerSerializationStreamWriter.java
Lines 443 to 451 in c2229e7
gwt/user/src/com/google/gwt/user/server/rpc/impl/ServerSerializationStreamWriter.java
Lines 867 to 875 in c2229e7
Version 8 (CSP friendly) is only used, if
isJavaScript is falsy
. There is still some code, which setsisJavaScript
totrue
if escaped strings are bigger thant 64 KBytes.Steps to reproduce
Serialize a string bigger than 64 KBytes with GWT-RPC.
The text was updated successfully, but these errors were encountered: