Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Remove the custon provider for the serialization policy.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/users/tmap/svn/repos/baker/trunk@23492 fdbf22ae-c210-0410-be80-ca943da6b8f8
  • Loading branch information
noaaroland committed Mar 24, 2017
1 parent befc542 commit 5e4a2a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JavaSource/gov/noaa/pmel/tmap/las/server/RPCServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
public class RPCServiceImpl extends RemoteServiceServlet implements RPCService {
private static final LASProxy lasProxy = new LASProxy();
private static Logger log = LoggerFactory.getLogger(RPCServiceImpl.class.getName());
/*
* This might be necessary for our set up with the F5, but it messes up many other installations.
*
*
@Override
protected SerializationPolicy doGetSerializationPolicy(javax.servlet.http.HttpServletRequest request,
java.lang.String moduleBaseURL,
Expand All @@ -110,6 +114,7 @@ protected SerializationPolicy doGetSerializationPolicy(javax.servlet.http.HttpSe
return serializationPolicy;
}
*/

/**
* @return
Expand Down

0 comments on commit 5e4a2a3

Please sign in to comment.