-
I am receiving a 500 internal server error when attempting to POST to:
```
/forms/{form_id}/PERMISSION/{username}?permissions=CREATE&permissions=READ&permissions=WRITE
```
This error occurs within m…
-
Hey all,
I'm currently experimenting with Glassfish 5.0 b25 and ran into the following issue:
I deployed a resource which looks basically like this:
```java
@Path("/validation")
public clas…
chkal updated
7 years ago
-
I have a issue with jersey-media-multipart:2.30.1 dependency. I am trying to registor MultiPartFeature.class in my jersey server. After I registor the feature my karaf bundle throwing activation error…
-
Enabling parallel test by setting TestProperties.CONTAINER_PORT to 0 as documented here: [https://jersey.java.net/documentation/latest/test-framework.html#parallel](https://jersey.java.net/documentati…
-
## Expected Behavior
After a failure during content pack installation, the installation should rollback all created entities, so the system is exactly as it was before trying to install the content p…
-
While attempting to add a pipeline rule, the UI emits the red error banner saying:
Saving rule "" failed with status: cannot POST http://10.0.0.2:9000/api/plugins/org.graylog.plugins.pipelineprocesso…
-
confluent-kafka-go v1.9.2
My schema-registry application is running as docker containers in K8 pods.
jsonschema.NewDeserializer() is successful. During schema registration, routing to master fail…
-
After attending nearly 20 WordCamps, I've collected quite a few shirts. As a plus-size woman, this is a frustrating experience. I either order the male shirt (unisex but that's another issue) or I tak…
-
There isn't much existing in the way of product attributes at all yet, but I just wanted to throw in one of my use-cases to get a conversation going.
I have products such as team jerseys that can hav…
-
Jersey does not reads a multiupload correctly: The client builds the boundary itself this way:
boundary = "===" + System.currentTimeMillis();
And pushes the data with a HTTPURLConnection.
A header for…