You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JerseyServices has a lot of duplicate code. We need to refactor it to share wherever logic is the same. One example is to have putDocument use putResource, postDocument use postResource, getDocument use getResource.