Skip to content

Commit

Permalink
[#60feature/#60-restlib] update docu
Browse files Browse the repository at this point in the history
Signed-off-by: huluvu424242 <huluvu424242@gmail.com>
  • Loading branch information
Huluvu424242 committed Jan 29, 2023
1 parent 1246b3a commit 137aba9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ protected BuildInfo sendGetRequest()
//TODO erzeuge JobNotFoundException

final String abfrageURL = statusAbfrageUrl.getPath();
// TODO fix regex because DoS attack -> refactoring move to invariante
Pattern pattern = Pattern.compile(".*/job/(.*)/job/(.*)");
Matcher matcher = pattern.matcher(abfrageURL);
final String folderName;
Expand Down

0 comments on commit 137aba9

Please sign in to comment.