| Summary: | NPE in BrowserNavigationImpl.beforeDestroy when shutdown OSGi in console | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.1 | ||
| Target Milestone: | 2.2 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | protocol | ||
|
Description
Ivan Furnadjiev
Fixed in master with commit 047c0c7f9b75ff4e9340825ed1be2aade14668f6 and 3d12981c0293e30943b411258643363234b17d0a. BrowserNavigation protocol "addToHistory" call operation parameter "entries" has been replaced with single entry "state" and "title" parameters:
["call","rwt.client.BrowserNavigation","addToHistory",{"state":"Dialogs","title":null}]
|