Skip to content
Snippets Groups Projects
Commit 130f992f authored by Eduard Moraru's avatar Eduard Moraru
Browse files

XWIKI-12920: Hiding WebHome in wiki link syntax

- Fixed NPE cause by the ExecutionContext/XWikiContext not being initialized by the time ConversionFilter is executed
-- Fixed by adding a null check in DAB.exists(documentReference) but other methods will fail if called in this timeslot.
-- Also using the XWikiContextProvider in DAB, but this does not help much, since that does nothing if ExecutionContext is not yet initialized, and it is not.
- Fixed test
parent 83005256
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment