darwino / xpages-runtime

Apache License 2.0
0 stars 0 forks source link

Revisit Android underscore-file workaround #18

Open jesse-gallagher opened 5 years ago

jesse-gallagher commented 5 years ago

Specifically, this one: https://github.com/darwino/xpages-runtime/commit/f1bef62b0b6adf1369228750145eede5400b813c

It's a horrific kludge, but none of the suggested workarounds (aaptOptions, etc.) did the trick.

At the very least, it would be better to change the workaround from being a wrapper at the servlet level to a wrapper around the mechanism the resource loader uses to get the resources normally. I'd figured this was through MockBundle, but either it isn't or I'm missing another step.