[
https://issues.jboss.org/browse/ISPN-7344?page=com.atlassian.jira.plugin....
]
Ryan Emerson commented on ISPN-7344:
------------------------------------
The upload issue only seems to happen when running the code via gulp (i.e. gulp serve, or
serve:dist). If you build a jar using the latest snapshot of master and drop it into the
server, everything works as expected. The reason for the problem is that we use a proxy to
route request from localhost:3000 to localhost:9990 when running via gulp and for some
reason this is causing issues with uploads.
Console Deployment uploads fails with 415 error
-----------------------------------------------
Key: ISPN-7344
URL:
https://issues.jboss.org/browse/ISPN-7344
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Beta1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
It's not possible to upload a deployment to the server via the console, as a 415
Unsupported media type error is always returned from the server. This is a consequence of
ISPN-7310 as the use of digest authentication has changed the http request headers sent to
the server.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)