-
```
Paolo Capriotti:
"The FinalizableReferenceQueue thread prevents my application from being unloaded. The thread
is started from a stack-local instance, so I think there's no way I can stop
it. …
-
```
Perhaps that design suggestion is incorrect.
Here is the scenario:
filter("/dir/*).through(MyFilter.class);
serve("/dir/*).with(MyServlet.class);
MyFilter.doFilter(request, response) {
reques…
-
```
Throw an error if keys are bound to non-singletons. Automatically bind unbound
types (class key
without annotation) as singletons.
```
Original issue reported on code.google.com by `dha...@gmai…
-
See:
https://groups.google.com/forum/?fromgroups=#!topic/orbeon/jP1rXduONRk
```
+---------------------------------------------------------------------------------------------------------------------…
-
Hi,
I'm trying to get started with OAQA. My goal for now is a project that can answer basic questions as a stepping stone for more involved work (general knowledge would be preferred). Hence, I tried…
k0105 updated
8 years ago
-
The -s flag should mean --servlet-app, and the default should be to build (monitor, deploy) a service. Just because Google's documentation treats service-based apps as the norm.
-
-
as well as we figure out how to actually upgrade.
-
-
The Servlet Specification 6.0 says:
> 5.7. Closure of Response Object
> When a response is closed, the container must immediately flush all remaining content in the response
> buffer to the clien…