[ 
https://issues.apache.org/jira/browse/CLEREZZA-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934839#action_12934839
 ] 

Henry Story commented on CLEREZZA-365:
--------------------------------------

So I just check and the file it is trying to fetch is 

      https://localhost:8443/page-not-found

The advantage of doing things this way is presumably that someone can place
a page-not-found html page on an apache server and the apache server deal with
returning the content.

But here this is a bit expensive because the local server is fetching local 
content
over https - which requires setting up a crypto channel, where one really is 
not needed.

> 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.

Reply via email to