Re: XML Enternal Entity (XXE) Vurnability

2018-05-28 Thread Thomas Broyer
On Monday, May 28, 2018 at 1:34:59 PM UTC+2, Deepak Antil wrote: > > Is GWT is prone to XXE Vulnerability by default or it require any specific > configuration for that? > TL;DR: No. > XML Prevention Sheet taking about settings for common XML parsers. > > https://www.owasp.org/index.php/XML_E

XML Enternal Entity (XXE) Vurnability

2018-05-28 Thread Deepak Antil
Is GWT is prone to XXE Vulnerability by default or it require any specific configuration for that? XML Prevention Sheet taking about settings for common XML parsers. https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Prevention_Cheat_Sheet Not sure what internally configured in GWT intern

Re: Creating Key-Value Pair Javascript Object Using Java

2018-05-28 Thread Jens
With latest GWT you can use jsinterop-base library and then use JsPropertyMap: https://github.com/google/jsinterop-base/blob/master/java/jsinterop/base/JsPropertyMap.java With older GWT versions you can use JSONObject from com.google.gwt.json.JSON. -- J. -- You received this message because

Creating Key-Value Pair Javascript Object Using Java

2018-05-28 Thread Vinod Kumar
I am converting my libgdx game into html for Facebook Instant Games. I need to create a payload of type key-value javascript. How to create a javascript key-value pair type object using java. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsu