[
https://issues.apache.org/jira/browse/MARMOTTA-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526412#comment-14526412
]
ASF subversion and git services commented on MARMOTTA-609:
----------------------------------------------------------
Commit 4386bb1e92bbfe8397ff216f177e6e41763a90f4 in marmotta's branch
refs/heads/develop from [~wikier]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=4386bb1 ]
MARMOTTA-609: added Access-Control-Allow-Origin missing header
> CORS filter not working
> -----------------------
>
> Key: MARMOTTA-609
> URL: https://issues.apache.org/jira/browse/MARMOTTA-609
> Project: Marmotta
> Issue Type: Bug
> Reporter: Sergio Fernández
> Priority: Critical
> Fix For: 3.4.0
>
>
> I've just realized that the CORS is not properly working, at least the
> headers are not present:
> {code}
> $ curl -I http://localhost:8080/
> HTTP/1.1 302 Found
> Server: Apache Marmotta/3.4.0-SNAPSHOT (build 2+)
> Set-Cookie: JSESSIONID=96EA720E9D99FC5633066F25B2ED3799; Path=/; HttpOnly
> Location: http://localhost:8080/core/admin/about.html
> Content-Type: text/html;charset=ISO-8859-1
> Content-Length: 0
> Date: Mon, 04 May 2015 06:53:02 GMT
> {code}
> Not sure if 3.3.0 is also affected, but this is critical since javascript is
> what people mainly use to build app on top of Marmotta.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)