-
_From [mathieu.barcikowski](https://code.google.com/u/110838961409494838407/) on February 02, 2011 08:25:01_
When a path end up with ";" params (for example,
http://server/servlet/path;jsessionid=xx…
-
`docker push` to a hosted repository fails with
```
ERROR: failed to solve: failed to push artifacts-cr-push.example.com/eas/reposync:1.3.1: failed to copy: unexpected status from PUT request to h…
a01fe updated
1 month ago
-
Hi, How i can start the server ?
-
When info is being retrieved through our caching layer, we throw a `RuntimeException` instead of the original Kill Bill `ErrorCode`. For example, retrieving a tenant by -- that does not exist:
``…
-
```
When a path end up with ";" params (for example,
http://server/servlet/path;jsessionid=xxxxxx),
the getPathInfo method in the doService method return "/path;jsessionid=xxxxxx"
instead of "/path"…
-
```
I am forwarding from one servlet to another which triggers an exception in
Guice code.
The request comes in as http://localhost:8080/about, which is forwarded to the
FreemarkerServlet by
reque…
-
It seems that the current version of the sample does not consider the client certificate based authentication option set with `play.ssl.needClientAuth=true` .
Steps to reproduce:
1. Git clone of t…
-
```
When a path end up with ";" params (for example,
http://server/servlet/path;jsessionid=xxxxxx),
the getPathInfo method in the doService method return "/path;jsessionid=xxxxxx"
instead of "/path"…
-
I hit this deadlock when running a Cassandra wide-area app across three clouds.
# Found one Java-level deadlock:
"qtp2142675396-65":
waiting to lock monitor 7fc9230775c8 (object 7fbb94ec0, a java.l…
-
```
Here's a simple patch that lets you use Guice on OSGi (including method
interception)
For a more detailed example see my local sandpit project:
https://scm.ops4j.org/repos/ops4j/laboratory/…