Hi Alexander,
It’s an instance of the Rest API add-in from when it was first introduced. They were all called ‘portal’ back then.
I can’t create a new project because I no longer have the old version of CUBA installed on my laptop and the one with the issue is huge.
However, I can send you copies of our configuration settings.
This is what is in portal-app.properties
###############################################################################
Configuration
###############################################################################
cuba.springContextConfig = +com/ekm4/taas/portal-security-spring.xml com/ekm4/taas/portal-spring.xml
cuba.dispatcherSpringContextConfig = +com/ekm4/taas/portal-dispatcher-spring.xml
cuba.persistenceConfig = +com/ekm4/taas/persistence.xml
cuba.metadataConfig = +com/ekm4/taas/metadata.xml
cuba.viewsConfig = +com/ekm4/taas/views.xml
cuba.rest.servicesConfig = +com/ekm4/taas/rest-services.xml
cuba.rest.queriesConfig = +com/ekm4/taas/rest-queries.xml
cuba.restSpringContextConfig = +com/ekm4/taas/rest-dispatcher-spring.xml
cuba.mainMessagePack = +com.ekm4.taas.portal
cuba.portal.theme = default
cuba.portal.anonymousUserLogin = admin
cuba.trustedClientPassword = deprecated
cuba.anonymousSessionId = deprecated
###############################################################################
Names and Directories
###############################################################################
Middleware connection
cuba.connectionUrlList = http://localhost:8080/app-core
Set to false if the middleware works on different JVM
cuba.useLocalServiceInvocation = true
URL
cuba.webContextName = app-portal
cuba.availableLocales = English|en
cuba.localeSelectVisible = false
cuba.restApiUrl = http://localhost:8080/app-portal/api
cuba.webAppUrl = http://localhost:8080/app
cuba.webPort = 8080
Rest API Login security
cuba.rest.client.id = deprecated
cuba.rest.client.secret = {noop}deprecated
cuba.rest.responseView=false
cuba.rest.responseViewEnabled=false
cuba.rest.securityScope=GENERIC_UI
cuba.rest.optimisticLockingEnabled = true
Attached is portal-dispatcher-spring.xml. The HTTP block in there is one of several manifestations we have tried and none of them has had any effect
portal-dispatcher-spring.xml (760 Bytes)
portal-security-spring.xml (863 Bytes) .