BIND 10 trac2298_5, created. 7428368c4923db1fa1ca81b5307c5645c89af5e4 [2298] revert checks of http status codes when requesting XSL URI with some path
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 26 11:31:44 UTC 2012
The branch, trac2298_5 has been created
at 7428368c4923db1fa1ca81b5307c5645c89af5e4 (commit)
- Log -----------------------------------------------------------------
commit 7428368c4923db1fa1ca81b5307c5645c89af5e4
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Fri Oct 26 19:02:07 2012 +0900
[2298] revert checks of http status codes when requesting XSL URI with some path
This is because in the case the daemon responds a 404 code.
commit f74756dc6d37f63565560d54270ceddbf702a3b8
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Fri Oct 26 19:01:50 2012 +0900
[2298] revert checks of http status codes when requesting XSD URI with some path
This is because in the case the daemon responds a 404 code.
commit 3c4b62a6e51b998726936597ac59db08909a5e41
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Fri Oct 26 19:00:22 2012 +0900
[2298] modify check_XML_URL_PATH() in test_do_GET()
pass a single itentifier of each item to the check_XML_URL_PATH()
method as a URI.
commit 746fd5c2f0c1700295b55be2ea1b2dbf33b32889
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Fri Oct 26 18:58:41 2012 +0900
[2298] modify the xsl_handler() method
do not accept any arguments due to unnecessity
commit ab359d1ef9c5bda906d0c31c7d3f65c01a5beabd
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Fri Oct 26 18:58:09 2012 +0900
[2298] modify the xsd_handler() method
do not accept any arguments due to unnecessity
commit 0e2e8cab10a3443c4585ec7a9237f40c8db5d5ac
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Fri Oct 26 18:55:59 2012 +0900
[2298] modify the xml_handler() method
The requested URI is divided at the delimiter '/' and the module name
and the top-level item name are extracted if there are. It requests
statistics data and statistics schema of them the the stats daemon. It
builds an xml document by the values returned from the stats daemon.
commit 3cf06ca0431ef5e94ea422ebfbbbc3444f8d3fd6
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Tue Oct 16 10:41:49 2012 +0900
[2298] modify DUMMY_DATA
For consistency with consts in test_utils.py. Modifying for consisting
of time values based on CONST_BASETIME in test_utils.py. Modifying to
counters returned from MockAuth in test_utils.py.
commit 3968d20562f09ce8437b3106a2a13b38fc4f8a69
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Tue Oct 16 11:15:01 2012 +0900
[2298] add CONST_BASETIME and use it in MockBoss and MyStats classes
Add fixed BASETIME not depending on the time module. And modify
MockBoss and MockStats classes in order that they return time values
of that. This is for testing b10-stats and b10-stats-httpd.
commit ca4dcdbeec1d37b9ce230aa61747af813b51bc13
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Tue Oct 16 11:15:38 2012 +0900
[2298] add a copyright
commit 36ccf2e66d1bf4e746654fbcfabcfb06022a3e13
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Mon Oct 15 21:18:50 2012 +0900
[2298] append a slash at the end of the URI
commit 3dd20b5ebb06782dfcdd1db28a52b6bf54cbeb7b
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Mon Oct 15 21:07:10 2012 +0900
[2298] modify handling the accepted URI
- Do not return a dynamic page when being requested XSD or XSL. So
pass nothing to xsd_handler() or xsl_handler(). Pass path in URI to
xml_handler().
- XML_URL_PATH is handled as a directory. When XML_URL_PATH which
doesn't ends with '/' is requested, the request is redirected to
XML_URL_PATH + '/'.
commit f1cef3c8212e51c209840c3aa0d49365e1ede707
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Mon Oct 15 22:07:30 2012 +0900
[2298] modify consts related to XML, XSD, and XSL
change URIs of XSD and XSL to fixed ones
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list