Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-25883 Get the real path to the current root.
Then walk back up the tree and into the library folder. This is because in Tomcat 8 the getRealPath is more strict and returns null when you attempt to access another context. In the long run this isn’t a good solution as we should be enabling people to run without having to unpack webapps but it gets things working. I haven’t added a null check in here as otherwise when we start looking at running without unpacked WARs we’ll just lose the i18n.
- Loading branch information