need to check the sector identifier at some point

pull/516/head
Justin Richer 11 years ago
parent 914f2e4d93
commit bdf62eaa36

@ -163,6 +163,8 @@ public class ClientDynamicRegistrationEndpoint {
// this client has been dynamically registered (obviously) // this client has been dynamically registered (obviously)
newClient.setDynamicallyRegistered(true); newClient.setDynamicallyRegistered(true);
// TODO: check and enforce the sector URI if it's not null (#504)
// now save it // now save it
ClientDetailsEntity savedClient = clientService.saveNewClient(newClient); ClientDetailsEntity savedClient = clientService.saveNewClient(newClient);

Loading…
Cancel
Save