GitHub user makuk66 opened a pull request:
https://github.com/apache/lucene-solr/pull/352
deal with ulimit being unlimited
I noticed:
```
solr@fd8031538f4b:/opt/solr$ ulimit -u
unlimited
solr@fd8031538f4b:/opt/solr$ bin/solr
/opt/solr/bin/solr: line 1452
GitHub user makuk66 opened a pull request:
https://github.com/apache/lucene-solr/pull/138
SOLR-7308 fix a doc typo and wrapping
SOLR-7308 fix a doc typo and wrapping
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/makuk66/lucene
GitHub user makuk66 opened a pull request:
https://github.com/apache/lucene-solr/pull/136
SOLR-7240 add redirect of / to /solr/
SOLR-7240 add redirect of / to /solr/, using the jetty rewrite module with
a regex pattern
With this patch, / (and only /) redirects to /solr