-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Labels
Description
I was going through https://lucene.apache.org/solr/guide/8_1/solr-tutorial.html and was trying to get pysolr working on my end.
I noticed that the URI's no longer have trailing slashes and there's no way to turn that off?
Line 475 in a2f2526
path = "%s/?%s" % (handler, params_encoded) |
Line 479 in a2f2526
path = "%s/" % handler |
Line 525 in a2f2526
path = "%s/" % path_handler |