https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17785
--- Comment #11 from Tomás Cohen Arazi <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #10) > (In reply to Pablo AB from comment #9) > > As said > > [here](http://koha.1045719.n5.nabble.com/Validating-OAI-PMH-with- > > openarchives-org-tool-td5984438.html) and comment #5 even this bug was > > solved for 17.05+ I think still there. > > > > Maybe passing this tests should be part of QA process. > > Pablo, maybe there's a configuration issue with baseURL? And we could track > down what's going on with earliestDatestamp. First check would be to know if > there are records on the target system. I reproduced two issues: (a) Our fix for the XSLT masked the underlying bug (our code doesn't know about the proxypass we do, and then Plack answers what he knows, /opac/oai.pl). (b) earliestDatestamp is read directly from the DB and not formatted as rfc3339 as it should). The UTF-8 encoding issue deserves some research, because it is not clear to me that the response is incorrect (Content-Type: text/xml; charset=utf-8). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
