]> source.dussan.org Git - gwtquery.git/commit
Dont set credentials by default for ajax requests. Fixes issue #261
authorManolo Carrasco <manolo@apache.org>
Mon, 27 Jan 2014 10:40:32 +0000 (11:40 +0100)
committerManolo Carrasco <manolo@apache.org>
Mon, 27 Jan 2014 10:40:32 +0000 (11:40 +0100)
commit6df7c6a8f2461d918d305c883985023d9d05b43d
tree38fa823c68074e2010ef2857da831575c486abb3
parentf4b20ca9e43b603979fbe89d73d8c662dbd01af2
Dont set credentials by default for ajax requests. Fixes issue #261
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/PromiseReqBuilder.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java
gwtquery-core/src/test/java/com/google/gwt/query/client/ajax/AjaxTestJre.java
gwtquery-core/src/test/java/com/google/gwt/query/client/ajax/AjaxTests.java
gwtquery-core/src/test/java/com/google/gwt/query/servlet/GQAjaxTestServlet.java