Skip to content

Allow (or delegate to) other dispatcherServlets #252

Closed
@otbe

Description

@otbe
  • Framework version: 1.3.1
  • Implementations: Spring Boot

Scenario

Use another servlet besides dispactherServlet.
Basically this issue is the same as #196 but was closed without a working solution. I want to deploy the same graphql-java SimpleGraphQLHttpServlet which throws "Only dispatcherServlet is supported".

Expected behavior

It should somehow work :)

I already tried to register a ServletRegistrationBean but my compiler screams at me because the constructor of SimpleGraphQLServlet is private. is there any other way to get around this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions