Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些运行几个码头 servlet 并从其他线程向它们发送请求的测试。我经常看到,一旦 servlet 启动,它们甚至在其他线程启动之前就收到有效请求,就好像请求被缓存在某个地方并在码头启动时重新读取一样。可以吗?如果是这样,如何禁用它?
Jetty 没有请求缓存。