| Summary: | The current binding for IHandlerResolver within MvcFxModule is not correct. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | 1.0.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 516080 | ||
| Bug Blocks: | |||
|
Description
Alexander Nyßen
Ensured binding for IHandlerResolver is done in two steps.
- First binding IHandlerResolver as domain adapter (scoped to domain).
- Bind IDefaultHandlerResolver to IHandlerResolver.
This way, the default resolver should be easily replaceable.
Resolving as fixed in 5.0.0 M7.
|