Disable TLD scanning at appengine initialization

前端 未结 1 1269
野趣味
野趣味 2021-02-02 02:22

This thread is similar to: Disable taglib scanning in google app engine (Jetty)

The author of that thread accepted a wrong answer.

We were trying to reduce the

相关标签:
1条回答
  • 2021-02-02 03:01

    Posting my comment from above as answer:

    Rename your JARs to match the NoTLDJarPattern used by AppEngine's webdefault.xml.

    It's not pretty, but naming all your JARs e.g. jetty-(...).jar should prevent them from being scanned for TLDs.

    Alternatively, repackage all JARs into one big JAR and just give that a name covered by AppEngine's NoTLDJarPattern.

    0 讨论(0)
提交回复
热议问题