Re: [PR] SOLR-17074 - Not correctly escaped quote in bin/solr script [solr]

2024-01-22 Thread via GitHub
cpoerschke merged PR #2200: URL: https://github.com/apache/solr/pull/2200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] SOLR-17074 - Not correctly escaped quote in bin/solr script [solr]

2024-01-18 Thread via GitHub
cpoerschke commented on code in PR #2200: URL: https://github.com/apache/solr/pull/2200#discussion_r1457790607 ## solr/CHANGES.txt: ## @@ -174,6 +174,8 @@ Bug Fixes * SOLR-16203: Properly initialize schema plugins loaded by SPI name (janhoy, hossman, Uwe Schindler) +*

Re: [PR] SOLR-17074 - Not correctly escaped quote in bin/solr script [solr]

2024-01-18 Thread via GitHub
freedev commented on code in PR #2200: URL: https://github.com/apache/solr/pull/2200#discussion_r1457696931 ## solr/bin/solr: ## @@ -422,7 +422,7 @@ function print_usage() { echo "" echo " -noprompt Don't prompt for input; accept all defaults when

Re: [PR] SOLR-17074 - Not correctly escaped quote in bin/solr script [solr]

2024-01-16 Thread via GitHub
epugh commented on code in PR #2200: URL: https://github.com/apache/solr/pull/2200#discussion_r1453760994 ## solr/bin/solr: ## @@ -422,7 +422,7 @@ function print_usage() { echo "" echo " -noprompt Don't prompt for input; accept all defaults when running

Re: [PR] SOLR-17074 - Not correctly escaped quote in bin/solr script [solr]

2024-01-16 Thread via GitHub
cpoerschke commented on code in PR #2200: URL: https://github.com/apache/solr/pull/2200#discussion_r1453726936 ## solr/bin/solr: ## @@ -422,7 +422,7 @@ function print_usage() { echo "" echo " -noprompt Don't prompt for input; accept all defaults when

[PR] SOLR-17074 - Not correctly escaped quote in bin/solr script [solr]

2024-01-16 Thread via GitHub
freedev opened a new pull request, #2200: URL: https://github.com/apache/solr/pull/2200 https://issues.apache.org/jira/browse/SOLR-17074 # Description fixed the script `solr/bin/solr` # Solution Added the missing quotes # Tests Tried to