Skip to content

Commit 38899ab

Browse files
committed
Part of #1224 - logging Registration data
1 parent 16a92c4 commit 38899ab

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

myconext-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>org.openconext</groupId>
167167
<artifactId>tiqr-java-connector</artifactId>
168-
<version>3.1.1</version>
168+
<version>3.1.2</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>com.fasterxml.jackson.datatype</groupId>

myconext-server/src/main/java/myconext/tiqr/TiqrController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ private ResponseEntity<FinishEnrollment> doManualResponse(ManualResponse manualR
550550
@Hidden
551551
public ResponseEntity<Object> doEnrollment(@ModelAttribute Registration registration,
552552
@RequestParam("enrollment_secret") String enrollmentSecret) {
553+
LOG.info(String.format("Enrollment with registration %s ", registration));
553554
registration.setEnrollmentSecret(enrollmentSecret);
554555
try {
555556
Registration savedRegistration = tiqrService.enrollData(registration);

0 commit comments

Comments
 (0)