risdenk commented on PR #1044:
URL: https://github.com/apache/solr/pull/1044#issuecomment-1275260913

   > I remember rubbing into this with @markrmiller i think we left a comment 
in the security policy about it?
   
   don't see a comment in there. but the issue is `/opt/solr` vs 
`/opt/solr-10.0.0-SNAPSHOT` - Jetty is trying to hit the canonical URL - the 
permissions are on the symlink `/opt/solr` for `jetty.home`. This is easily 
fixable in Docker - set `SOLR_SERVER_DIR` to `/opt/solr-10.0.0-SNAPSHOT/server` 
(replace `10.0.0-SNAPSHOT` w/ version)
   
   I am testing a fix locally on this.


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to