Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added triggerMNMatch Status and fixed the matching counter #4

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

galinatremper
Copy link
Collaborator

No description provided.

logger.error("addMatchResult failed. " + e.toString());
}
catch (Exception e) {
logger.info("MatchRecord failed. " + e.toString());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe logging level "error" is more appropriate.

@@ -551,10 +574,10 @@ public Response triggerMNmatch(@Context HttpServletRequest request, @PathParam("
}

@GET
@Path("/triggerNMMatch/status/{remoteID}")
@Path("/triggerMatch/status/{remoteID}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please change the path to something like /match/status/{remoteID} and /match/trigger/{remoteID} respectively?

@@ -580,33 +603,33 @@ public Response triggerNMMatchStatus(@PathParam("remoteID") String remoteID) thr
}

@GET
@Path("/triggerMatch/status/{remoteID}")
@Path("/triggerMNMatch/status/{remoteID}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please change the path to something like /MNMatch/status/{remoteID} and /MNMatch/trigger/{remoteID} respectively?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants