missing favicon.ico issue & SSL remote connection
-------------------------------------------------
Key: CLEREZZA-365
URL: https://issues.apache.org/jira/browse/CLEREZZA-365
Project: Clerezza
Issue Type: Bug
Environment: all, tested on OSX
Reporter: Henry Story
When using foaf+ssl one discovers a few smaller problems, due to localhost for
example running on a self signed key, and so https://localhost calls not
functioning correctly.
It seems that the favicon.ico is missing for one.
At any rate an exception is thrown at
org.apache.clerezza.platform.content.default404/src/main/scala/org/apache/clerezza/platform/content/default404/DefaultPageNotFoundService.scala
at line 48 because it cannot fetch the page which is now https protected. So we
have three problems.
- why is favicon.ico missing
- why does it fetch an error page over http? That is a bit expensive...
(i suppose it does this as a privileged action in order to avoid people sending
file://etc/password urls. )
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.