Richard Eckart de Castilho

Results 905 comments of Richard Eckart de Castilho

> That's literally RBAC access, when you map a role to a user. In this specific case, we're even granting admin permission to the user Franz, so to me you're...

As long as you fully segragate your deployments, it is fine. I am just mentioning it because some users have tried to run multiple INCEpTION instances against the same database...

I checked the Spring Security code. The implementation does map `SCOPE_` information to authorizations in Spring Security. But that does not help either of use because INCEpTION uses `ROLE_` authorizations...

@kzgrzendek Would you like to propose a code change?

@carschno well, the idea is that we add the capability of storing language information to the div. I consider the `MetaDataStringField` to be used for metadata affecting the whole document,...

A question is if components should be aware of divs with a language and how they should handle them. E.g. should a POS tagger use an English model on text...

This is a hypothetical case. It would be necessary to implement a unit test that provokes it. The problem is that currently we may not detect this case because there...

It gets stored in the `mode` field of `de.tudarmstadt.ukp.inception.annotation.storage.SessionManagedCas`. See e.g. `de.tudarmstadt.ukp.inception.annotation.storage.CasStorageSession.isWritingPermitted(CAS)`.

As I said, it is a hypothetical scenario. I don't expect that any current code would trigger it. But there is probably nothing that would prevent somebody from writing such...