[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-38243: Escape the server_title of DocXMLRPCServer when rendering by corona10 · Pull Request #16373 · python/cpython

the-knights-who-say-ni

Conversation

vstinner merged commit e8650a4 into python:master

Sep 27, 2019

4 checks passed

Azure Pipelines PR #20190927.17 succeeded

Details

bedevere/issue-number Issue number 38243 found

Details

bedevere/news News entry found in Misc/NEWS.d

continuous-integration/travis-ci/pr The Travis CI build passed

Details

miss-islington added a commit to miss-islington/cpython that referenced this pull request

Sep 27, 2019
Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.
(cherry picked from commit e8650a4)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>

vstinner added a commit to vstinner/cpython that referenced this pull request

Sep 27, 2019
Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)

miss-islington added a commit that referenced this pull request

Sep 27, 2019
Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.
(cherry picked from commit e8650a4)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>

miss-islington added a commit that referenced this pull request

Sep 27, 2019
Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.
(cherry picked from commit e8650a4)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>

ned-deily added a commit that referenced this pull request

Sep 28, 2019
Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)

vstinner added a commit to vstinner/cpython that referenced this pull request

Oct 1, 2019
…ythonGH-16441)

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)
(cherry picked from commit 1698cac)

vstinner added a commit to vstinner/cpython that referenced this pull request

Oct 8, 2019
…ythonGH-16441)

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)
(cherry picked from commit 1698cac)

aeros mentioned this pull request

Oct 15, 2019

Merged

larryhastings added a commit that referenced this pull request

Oct 29, 2019
… (#16516)

Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.

(cherry picked from commit e8650a4)

jacobneiltaylor added a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
Escape the server title of xmlrpc.server.DocXMLRPCServer
when rendering the document page as HTML.