Skip to content

Commit

Permalink
Fixed findings from OFT
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 15, 2024
1 parent 99f4ddf commit b6dca79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exaudfclient/docs/script_options_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Depends:
- `dsn~java-jvmoption-handling~1`

Covers:
- req~java-jvmoption-whitespace-escape-handling-v2~1
- `req~java-jvmoption-whitespace-escape-handling-v2~1`

Tags: V2

Expand All @@ -416,6 +416,7 @@ The algorithm should work according to [section CTPG based Script Import Algori

Covers:
- `req~java-import-option-replace-referenced-scripts~1`
- `req~java-import-option-referenced-scripts-name~1`

Tags: V2

Expand All @@ -424,7 +425,6 @@ Tags: V2

After all `%import` script options are replaced in the script code, the parser must re-run in order to also detect script options which are part of the imported scripts.


Covers:
- `req~java-import-option-handling-v2~1`

Expand Down
3 changes: 3 additions & 0 deletions exaudfclient/docs/script_options_requirments.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,15 @@ Covers:
### Java %jar Option Handling Multiple Options
`req~java-jar-option-handling-multiple-options~1`

Needs: dsn

The Java parser handler must find multiple `%jar` options. The values are to be interpreted as the Java CLASSPATH: `<file1>:<file2>:...:<filen>`. The Java parser handler shall split the entries by the colon character.
Compare [OpenJdk implementation](https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/19fb8f93c59dfd791f62d41f332db9e306bc1422/src/java.base/share/classes/jdk/internal/loader/URLClassPath.java#L174) of parsing the classpath.

Covers:
- `feat~java-specific-script-options~1`


### Java %jar Option Handling V1
`req~java-jar-option-handling-v1~1`

Expand Down

0 comments on commit b6dca79

Please sign in to comment.