Bio-Das-ProServer
view release on metacpan or search on metacpan
doc/CHANGES_2.7.txt view on Meta::CPAN
Cleaned up some differences in the way adaptor properties are retrieved. For example, adaptor constructers in Bio::Das::ProServer::Config did not make use of the "response_port" etc methods, but instead duplicated their functions.
Provided defaults for the Bio::Das::SourceAdaptor stub methods. Thus calling methods need not duplicate the logic. For example, the "description" method will return the first of:
"description" configuration property
the result of the (new) "title" method
Moved 'last_modified' check into SourceAdaptor::dsncreated. Now the HTTP header always includes the 'dsncreated' last modified date (defaults to epoch). Also moved the call into the eval (was capable of causing server hangs).
HTTP response codes are now only set to values other than 200 (OK) if they actually result in an error (for HTTP compliance). DAS response codes remain in the X-DAS-Status header.
The content-type header for XSL responses has been changed from 'text/xml' to 'text/xsl'. Although the W3C standards define text/xml as one of the standard types, the spec states that in future, more specific types will be defined. Most browsers actu...
( run in 1.121 second using v1.01-cache-2.11-cpan-524268b4103 )