BIND 10 trac2298_5, updated. d2b740366df5ca292c5d3fc6d66e056474f622ca [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:37:20 UTC 2012


The branch, trac2298_5 has been updated
  discards  7428368c4923db1fa1ca81b5307c5645c89af5e4 (commit)
  discards  f74756dc6d37f63565560d54270ceddbf702a3b8 (commit)
  discards  3c4b62a6e51b998726936597ac59db08909a5e41 (commit)
  discards  746fd5c2f0c1700295b55be2ea1b2dbf33b32889 (commit)
  discards  ab359d1ef9c5bda906d0c31c7d3f65c01a5beabd (commit)
  discards  0e2e8cab10a3443c4585ec7a9237f40c8db5d5ac (commit)
  discards  3cf06ca0431ef5e94ea422ebfbbbc3444f8d3fd6 (commit)
  discards  3968d20562f09ce8437b3106a2a13b38fc4f8a69 (commit)
  discards  ca4dcdbeec1d37b9ce230aa61747af813b51bc13 (commit)
  discards  36ccf2e66d1bf4e746654fbcfabcfb06022a3e13 (commit)
  discards  3dd20b5ebb06782dfcdd1db28a52b6bf54cbeb7b (commit)
  discards  f1cef3c8212e51c209840c3aa0d49365e1ede707 (commit)
  discards  4e1f5f6928935a73e954e80806b32867a100fa46 (commit)
  discards  8fd3d7410e28428a54fa54ad76e11b07e908800c (commit)
  discards  ff27bd04ec752af45c5d105c4a6d997da886fa46 (commit)
  discards  f504c0ebfe8dd33494009202632965b5f09e5073 (commit)
  discards  5d7d2c8fe70ece55cf170d516e0a1073e5a4aa5e (commit)
  discards  68be40009f02722bad7d334bb740e062ba9551af (commit)
  discards  f68097999676e6dade99e610a71948286f8514f4 (commit)
       via  d2b740366df5ca292c5d3fc6d66e056474f622ca (commit)
       via  d0065578153639fd67a14b00f2fe6374862c615a (commit)
       via  5d84f9da82735f0a332b318c4a822511c9740fc5 (commit)
       via  1f613e455a3e0a36e14140fad4cf9e728450aa72 (commit)
       via  86a2fcec512329563b01b6daa9759d72be49bf14 (commit)
       via  52794aa6f2168b9e4f1742c5eac09914a0996c76 (commit)
       via  1cf5367294a51d414d5b5e367f8aca4b5a938125 (commit)
       via  a00c610e108ccffbeff043241e0be556c6c8d950 (commit)
       via  3783bbafa77a1e7353d3ba3b316edfd42eda10c1 (commit)
       via  cfda485caf772bcaaee57bd3db5d075c650fa6ee (commit)
       via  547c50fd0124cffc41407eef14d64ac8e8e90803 (commit)
       via  c66a5ed19d0e59d1a53bbabde6cf5f738b4bd304 (commit)
       via  48861bc8e403ec43666bc3f6f9514e1d86cb3705 (commit)
       via  d2b10b3637acd209a7a7fb590e7231de532e731c (commit)
       via  fa4ca44027d533b691ab8b7605fbe273addc4f95 (commit)
       via  54cfa1d0d6ed326d71f6ac9c3721260e0a2a9ce8 (commit)
       via  b577ef19da762afa66a5c39814da5483437980a6 (commit)
       via  ab7c28ff7bcd0cf43a87b39ee8a9ea196585a571 (commit)
       via  a6e4d6f66b7bddb9af363853876110716a97ecca (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (7428368c4923db1fa1ca81b5307c5645c89af5e4)
            \
             N -- N -- N (d2b740366df5ca292c5d3fc6d66e056474f622ca)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d2b740366df5ca292c5d3fc6d66e056474f622ca
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 d0065578153639fd67a14b00f2fe6374862c615a
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 5d84f9da82735f0a332b318c4a822511c9740fc5
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 1f613e455a3e0a36e14140fad4cf9e728450aa72
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 86a2fcec512329563b01b6daa9759d72be49bf14
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 52794aa6f2168b9e4f1742c5eac09914a0996c76
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 1cf5367294a51d414d5b5e367f8aca4b5a938125
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 a00c610e108ccffbeff043241e0be556c6c8d950
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 3783bbafa77a1e7353d3ba3b316edfd42eda10c1
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Tue Oct 16 11:15:38 2012 +0900

    [2298] add a copyright

commit cfda485caf772bcaaee57bd3db5d075c650fa6ee
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 547c50fd0124cffc41407eef14d64ac8e8e90803
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 c66a5ed19d0e59d1a53bbabde6cf5f738b4bd304
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

-----------------------------------------------------------------------

Summary of changes:

-----------------------------------------------------------------------



More information about the bind10-changes mailing list