Jun Huh
Jun Huh
Any updates on this? ^^
Any examples how to handle it?
problem seems to be fixed by adding config.registerSerializer(Locale.class, new FSTBasicObjectSerializer() { @Override public void writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) throws IOException { out.writeObject(toWrite.toString()); } @Override...
@thlorenz Aha hmm im using "brace": "^0.7.0" also with knockout js framework.
Tried upgrading to brace 0.11.0 still same problem.. all ajax calls seems to produce a bloburl on chrome only.