Skip to content

RouteDefinition incorrectly injected via @Context #60

@drejc

Description

@drejc

in case we have a route

@get
@path("bla")
public void somePath(@context RouteDefinition definition) {
}

The injected Context RouteDefinition is from current RoutingContext not from actual definition when path was registered. Therefore missing some essential definition parts (like @ApplicationPath)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions