Use of classpath*: / Windows
Tom Zeller
tzeller at dragonacea.biz
Mon Jun 22 15:52:26 EDT 2015
>> Yes. However, I did what Spring did in how they handle classpath*: in
>> their resource loader, first one wins.
>
> I didn't think they did. Can you point me at that code (Spring's, not ours).
Actually, no. That's the hack.
I copied the DefaultResourceLoader's getResource(), and replaced
CLASSPATH_URL_PREFIX with CLASSPATH_ALL_URL_PREFIX.
That's your objection to this, then ? (Not arguing)
> Maybe the solution then is to split the flow base property off from idp.home. The problem is that idp.home can't be classpath*, not that the flows don't load.
Uh-huh. I figured that, at least for now, idp.home is only prefixed
with "classpath" for testing.
More information about the dev
mailing list