-
Bug
-
Resolution: Obsolete
-
Medium
-
None
-
None
-
None
-
Mac OS X + Jetty
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
While writing my plugin, I noticed that a bug got introduced between 2.1 and 2.1.4: Example code:
public void handleEvent(ConfluenceEvent event) {
if (event instanceof PageUpdateEvent)
}
Both the orig.getSpaceKey() and the orig.getSpace() return null, which is kind of useful when listening on page events such as update or remove are intercepted (how do I know if a page was moved from one space to another?).
- is incorporated by
-
CONFSERVER-5634 Preserve Parent and Space information on Historical Versions of pages
- Closed
- relates to
-
CONFCLOUD-5617 Original page in PageUpdateEvent/PageRemoveEvent lacks of Space definition
-
- Closed
-