Skip to content

Commit

Permalink
build: update evitaLab to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashornych committed Dec 19, 2023
1 parent 42ee94d commit 6aacd29
Show file tree
Hide file tree
Showing 17 changed files with 362 additions and 495 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public class GuiHandler extends ResourceHandler {
private static final String EVITALAB_READONLY_COOKIE = "evitalab_readonly";
private static final String EVITALAB_PRECONFIGURED_CONNECTIONS_COOKIE = "evitalab_pconnections";

private static final Pattern ASSETS_PATTERN = Pattern.compile("/assets/[a-zA-Z0-9\\-]+\\.[a-z0-9]+");
private static final Pattern ROOT_ASSETS_PATTERN = Pattern.compile("/[a-zA-Z0-9\\-]+\\.[a-z0-9]+");
private static final Pattern ASSETS_PATTERN = Pattern.compile("/assets/([a-zA-Z0-9\\-]+/)*[a-zA-Z0-9\\-]+\\.[a-z0-9]+");
private static final Pattern ROOT_ASSETS_PATTERN = Pattern.compile("(/logo)?/[a-zA-Z0-9\\-]+\\.[a-z0-9]+");

@Nonnull private final LabConfig labConfig;
@Nonnull private final String serverName;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading

0 comments on commit 6aacd29

Please sign in to comment.