Skip to content

Remove ApiServlet.LADYBUG_API_PATH from path annotations #480

@nielsm5

Description

@nielsm5

If the path never changes, why not set it globally:

<jaxrs:server id="Ladybug-Api" bus="ladybug-api-bus" address="/" basePackages="nl.nn.testtool.web.api">
<jaxrs:inInterceptors>
<ref bean="gZipInterceptor" />
</jaxrs:inInterceptors>
<jaxrs:providers>

Change address to the path you wish to use.

That should also make the ApiServlet class absolute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions