[Koha-bugs] [Bug 17785] oai.pl returns wrong URLs under Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 22 21:20:05 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17785

--- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(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.


More information about the Koha-bugs mailing list