[
https://issues.apache.org/jira/browse/MARMOTTA-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071564#comment-14071564
]
Sergio Fernández edited comment on MARMOTTA-499 at 7/23/14 9:44 AM:
--------------------------------------------------------------------
[~alvaro], [~dunham], just by change, are you using Java 8.x when you have this
issue?
Because I just suffer it, so now I think I'm able to reproduce it:
1. If you runs Tomcat with Java 7 it works:
{quote}
$ javac -version
javac 1.7.0_55
$ mvn tomcat7:run
...
INFO: Starting ProtocolHandler ["http-bio-8080"]
$ curl -I http://localhost:8080/core/public/style/blue/style.css
HTTP/1.1 200 OK
Server: Apache Marmotta/3.2.1 (build 2+)
Expires: Wed, 23 Jul 2014 10:33:18 GMT
Content-Type: text/css
Content-Length: 6118
Date: Wed, 23 Jul 2014 09:33:18 GMT
{quote}
2. While if you use Java 8 it does not:
{quote}
$ javac -version
javac 1.8.0_05
$ mvn tomcat7:run
...
INFO: Starting ProtocolHandler ["http-bio-8080"]
$ curl -I http://localhost:8080/core/public/style/blue/style.css
HTTP/1.1 200 OK
Server: Apache Marmotta/3.2.1 (build 2+)
Expires: Wed, 23 Jul 2014 10:35:40 GMT
Content-Type: application/x-pointplus
Content-Length: 6118
Date: Wed, 23 Jul 2014 09:35:40 GMT
{quote}
If would be great if you can confirm such environment detail to work on a
solution.
was (Author: wikier):
[~alvaro], [~dunham], just by change, are you using Java 8.x when you have this
issue?
Because I just suffer it, so now I think I'm able to reproduce it:
1. If you runs Tomcat with Java 7 it works:
{quote}
$ javac -version
javac 1.7.0_55
$ mvn tomcat7:run
...
INFO: Starting ProtocolHandler ["http-bio-8080"]
$ curl -I http://localhost:8080/core/public/style/blue/style.cssHTTP/1.1 200 OK
Server: Apache Marmotta/3.2.1 (build 2+)
Expires: Wed, 23 Jul 2014 10:33:18 GMT
Content-Type: text/css
Content-Length: 6118
Date: Wed, 23 Jul 2014 09:33:18 GMT
{quote}
2. While if you use Java 8 it does not:
{quote}
$ javac -version
javac 1.8.0_05
$ mvn tomcat7:run
...
INFO: Starting ProtocolHandler ["http-bio-8080"]
$ curl -I http://localhost:8080/core/public/style/blue/style.css
HTTP/1.1 200 OK
Server: Apache Marmotta/3.2.1 (build 2+)
Expires: Wed, 23 Jul 2014 10:35:40 GMT
Content-Type: application/x-pointplus
Content-Length: 6118
Date: Wed, 23 Jul 2014 09:35:40 GMT
{quote}
If would be great if you can confirm such environment detail to work on a
solution.
> CSS not working
> ---------------
>
> Key: MARMOTTA-499
> URL: https://issues.apache.org/jira/browse/MARMOTTA-499
> Project: Marmotta
> Issue Type: Bug
> Components: Admin Interface
> Affects Versions: 3.2.0
> Environment: Mac OS X
> Reporter: Alvaro Graves
> Assignee: Sergio Fernández
> Priority: Trivial
> Labels: easyfix
>
> No CSS seems to work in the interface. I downloaded marmotta 3.2.0 and it is
> running on a Mac OS X Mavericks machine.
--
This message was sent by Atlassian JIRA
(v6.2#6252)