Skip to content

Commit

Permalink
Fix version check for windows
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Malliaridis <[email protected]>
  • Loading branch information
HoustonPutman and malliaridis authored Feb 3, 2025
1 parent 0b23888 commit 2244947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/bin/solr.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ IF NOT DEFINED SOLR_SSL_RELOAD_ENABLED (
)

REM Enable java security manager by default for Java 23 and before (limiting filesystem access and other things)
IF !JAVA_MAJOR_VERSION! GEQ "24" (
IF !JAVA_MAJOR_VERSION! GEQ 24 (
set SOLR_SECURITY_MANAGER_ENABLED=false
)
IF NOT DEFINED SOLR_SECURITY_MANAGER_ENABLED (
Expand Down

0 comments on commit 2244947

Please sign in to comment.