Skip to content

Commit

Permalink
Merge branch 'master' into fix-marshalling-section
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 16, 2019
2 parents cd5a061 + 65bbe11 commit b573d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/HTTPRequest.py
Expand Up @@ -1195,7 +1195,7 @@ def resolve_url(self, url):
# or raise the same HTTP error that would be raised in
# the case of a real web request. If the passed in url
# does not appear to describe an object in the system
# namespace (e.g. the host, port or script name dont
# namespace (e.g. the host, port or script name don't
# match that of the current request), a ValueError will
# be raised.
if url.find(self.script) != 0:
Expand Down

0 comments on commit b573d8b

Please sign in to comment.