◐ Shell
clean mode source ↗

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

@corona10

tirkarthi

@corona10

tirkarthi

@corona10

vstinner

@corona10

vstinner

@corona10

miss-islington pushed 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>

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 pushed 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)

@aeros aeros mentioned this pull request

Oct 15, 2019

larryhastings pushed 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 pushed 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.