Hello Matthew Dempsky,

I'd like you to reexamine a change.  Please visit

    https://gwt-review.googlesource.com/2341

to look at the new patch set (#4).

Change subject: Added gwt.codeserver.port system property to RemoteServiceServlet
......................................................................

Added gwt.codeserver.port system property to RemoteServiceServlet

This property is the port of a Super Dev Mode code server running
on localhost. When a serialization policy isn't found locally, the
servlet attempts to download it from the code server.

API change: added two protected methods that can be used to customize
the behavior of this feature:

  getCodeServerPolicyUrl() controls whether it's enabled and the URL
  loadPolicyFromCodeServer() can be overridden to change the implementation

Change-Id: Iaf2366cb94297e738cf50bb9d8038fef66b89722
Review-Link: https://gwt-review.googlesource.com/#/c/2341/
---
M user/src/com/google/gwt/user/server/rpc/RemoteServiceServlet.java
A user/src/com/google/gwt/user/server/rpc/SerializationPolicyClient.java
2 files changed, 242 insertions(+), 7 deletions(-)


--
To view, visit https://gwt-review.googlesource.com/2341
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iaf2366cb94297e738cf50bb9d8038fef66b89722
Gerrit-PatchSet: 4
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Brian Slesinsky <[email protected]>
Gerrit-Reviewer: Brian Slesinsky <[email protected]>
Gerrit-Reviewer: Goktug Gokdogan <[email protected]>
Gerrit-Reviewer: Matthew Dempsky <[email protected]>

--
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to