pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
307 stars 447 forks source link

After adding locale in the URL the old OAI URL is not working #10582

Closed bozana closed 4 days ago

bozana commented 2 weeks ago

After we introduced the locales in the URLs (s.https://github.com/pkp/pkp-lib/issues/699), the old URL http://domain/index.php/publicknowledge/oai?verb=Idenify will not work correctly -- the journal index page is displayed. The URL http://domain/index.php/publicknowledge/en/oai?verb=Identify works correctly. So entering/using the old URL http://domain/index.php/publicknowledge/oai?verb=Idenify should actually lead to http://domain/index.php/publicknowledge/en/oai?verb=Idenify.

bozana commented 2 weeks ago

hI @jyhein, may I ask you to take a look at this (when you are back again :-))? Thanks a lot!

bozana commented 4 days ago

Hmmm... Now it works...