kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
60 stars 64 forks source link

Application tries to load missing resources #3497

Open matthias-ronge opened 4 years ago

matthias-ronge commented 4 years ago

The following error messages in the log file can be observed:

Apr 22, 2020 9:29:29 AM org.apache.myfaces.application.ResourceHandlerImpl handleResourceRequest
INFORMATION: Connection was aborted while loading resource css/pattern-library.css with library null
Apr 22, 2020 9:29:29 AM org.apache.myfaces.application.ResourceHandlerImpl handleResourceRequest
INFORMATION: Connection was aborted while loading resource fa/fontawesome-webfont.woff2 with library primefaces

Either something is missing here or resources are requested unnecessarily that are intentionally not included.

Goal: Either add the missing resources or stop the unnecessary queries.

matthias-ronge commented 4 years ago

I added the question badge because it first has to be clarified which of the two applies.