diff --git a/README.md b/README.md index e7f7ba5..6b7f904 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ It creates a self-contained, executable JAR in the `target` directory. - + diff --git a/config/.harness/java_http_client.yaml b/config/.harness/java_http_client.yaml index b9a9274..47f5fea 100644 --- a/config/.harness/java_http_client.yaml +++ b/config/.harness/java_http_client.yaml @@ -55,6 +55,15 @@ pipeline: tags: - <+pipeline.sequenceId> optimize: true + - step: + type: Run + name: AAA + identifier: AAA + spec: + connectorRef: account.nofar_dockerhub + image: "maven " + command: aaa + privileged: false infrastructure: type: KubernetesDirect spec: diff --git a/src/main/java/io/harness/jhttp/processor/DirectoryListing.java b/src/main/java/io/harness/jhttp/processor/DirectoryListing.java index eddd69c..8218f78 100644 --- a/src/main/java/io/harness/jhttp/processor/DirectoryListing.java +++ b/src/main/java/io/harness/jhttp/processor/DirectoryListing.java @@ -44,7 +44,7 @@ public boolean process(HttpRequest request, HttpResponse response) { private void appendLink(String fileName, String uri, PrintWriter writer) { // writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); - writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); + writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); // writer.append(String.format("
  • \n%s\n
  • \n", uri, fileName, fileName)); }