Ian

Results 36 comments of Ian

@juanluisrp I believe this PR has been superseded by https://github.com/geonetwork/core-geonetwork/pull/5559 and can be deleted.

@josegar74, Looks like GN is currently using spingdocs 1.5.9 (which seems to be the latest version at the moment) https://github.com/geonetwork/core-geonetwork/blob/57a963d64262eb9625f04bae0247ab6cec799078/pom.xml#L1511 And according to the dependencies it seems to use Swagger...

Related to #5081 Looks like this fix should fix the issue so that there is a link to be clicked however it still seems odd to allow null/empty titles. Also...

@davidblasby I have tried to make this work on my localhost and I can get it to authenticate with keycloak however it always returns 401. I don't have time to...

@davidblasby , I was able to finally get the authentication to work here are the issues that I have encountered. you have the following in the documentation. > #null/empty ->...

> @ianwallen > > Hi, I don't think that roles should be in the Access Token. In fact, you shouldn't ever parse the access token - it doesn't have to...

> I could modify it so that it could grab roles from the access token - but that's probably non-trivial todo. And it would make sense to allow use of...

According to the specs, I believe we need to use the values from gmd:locale If we need something from the database then I believe we have to go` gmd:locale `->...

Odd that the changes are missing in the main branch? https://github.com/geonetwork/core-geonetwork/blob/eacc1d47d5ba225df777add0caf804889e8fd252/csw-server/src/main/java/org/fao/geonet/component/csw/Transaction.java#L287-L289 Shouldn't the changed be put into main so that it is part of the 4.x release?

@fxprunayre, @josegar74, How did you fix this issue in the 4.2.6 release? Currently anyone trying to upgrade to 4.2.8 and 4.4.2(have not tested) will fail due to this issue. Is...