Skip to content

Trailing slashes in URI/path #275

Open
@gena01

Description

@gena01

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?

path = "%s/?%s" % (handler, params_encoded)

path = "%s/" % handler

path = "%s/" % path_handler

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions