diff --git a/README.md b/README.md index b507b2822a3bd69e5f8130897f1a21abfaaee9fe..5e017ea01613d0f7e9a90e295ad9cc404b4a6323 100644 --- a/README.md +++ b/README.md @@ -94,4 +94,8 @@ Afin de fournir le chemin du serveur ftp, on passe par un PathParam. Pour cela, @GET @Path("/{alias}/{src: .*}") @Produces(MediaType.TEXT_PLAIN) -``` \ No newline at end of file +``` + +## Information download + +La solution afin de bien renvoyer le fichier à l'utilisateur consistait à renvoyer un type Response avec un header spécifié. Malheureusement, notre fonction initiale renvoie un type String ce qui signifie modifier en grande partie le code actuel. La modification n'a donc pas été réalisé. \ No newline at end of file