Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 77dc628

Browse files
committed
improved fttp server base url parameter documentation
1 parent a53d202 commit 77dc628

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/spring/config

codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/spring/config/TransferDataConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ public class TransferDataConfig
226226
@Value("${de.netzwerk.universitaetsmedizin.codex.fttp.basicauth.password:#{null}}")
227227
private String fttpBasicAuthPassword;
228228

229-
@ProcessDocumentation(description = "TODO", processNames = { "wwwnetzwerk-universitaetsmedizinde_dataSend",
230-
"wwwnetzwerk-universitaetsmedizinde_dataTranslate" }, recommendation = "Specify if you are using the send process to request pseudonyms from the fTTP")
229+
@ProcessDocumentation(description = "The base URL of the fTTP server", processNames = { "wwwnetzwerk-universitaetsmedizinde_dataSend",
230+
"wwwnetzwerk-universitaetsmedizinde_dataTranslate" }, recommendation = "Specify if you are using the send process to request pseudonyms from the fTTP. Caution: The fTTP client is unable to follow redirects, specify the final url if the server redirects requests")
231231
@Value("${de.netzwerk.universitaetsmedizin.codex.fttp.server.base.url:#{null}}")
232232
private String fttpServerBase;
233233

0 commit comments

Comments
 (0)