I have created a “Starter” application that allows to create Operaton applications and process archives via CLI, REST API, AI client (MCP) and of course a Web App.
While still in early stage it is becoming usable now. If finally working as expected with the current scope I would like to deploy it as starter.operaton.org.
For some reason, I get the following error when accessing localhost:8081, after startup:
2026-06-09T13:01:06.900Z INFO 1 --- [operaton-starter] [nio-8080-exec-1] o.apache.coyote.http11.Http11Processor : Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Request header is too large
Though, works fine when adjusting application.properties:
spring.application.name=operaton-starter
server.port=8080
server.max-http-request-header-size=20000 # added line