Hi, I just tried use the library for my project.
but I found there is a issue in method getResource in class EhcacheShiroManager
the line 164. I found the code always strip the prefix. but when we put the path into. the code use a url for it.
then it always throws a MalformedURLException, and Caused by: java.net.MalformedURLException: no protocol:
I suppose this is a bug for this code.
thanks
Mike