Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add classpath:/ as an absolute path prefix. See #4000
This does not appear to be necessary in 1.7, but in 9k if I do not do this then require 'classpath:/somefile' fails to find the file. Stepping through it, I see it skips the absolute path logic that that would have handled it properly and proceeds on to load path logic, which obviously does not find the file.
d4cbfd2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@headius I don't think this fix works on Windows: