[ 
https://issues.apache.org/jira/browse/COUCHDB-860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132171#comment-13132171
 ] 

Randall Leeds commented on COUCHDB-860:
---------------------------------------

Not true. It asks that clients revalidate. The mochiweb_request:serve_file call 
we use provides the last-modified header from the file mtime. Clients 
interested in caching should provide if-modified-since and mochiweb will 
properly handles the 304 in this case: 
https://github.com/mochi/mochiweb/blob/master/src/mochiweb_request.erl#L598. I 
like that much more than having autotools generate all these files.
                
> Futon appends wrong version number to files
> -------------------------------------------
>
>                 Key: COUCHDB-860
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-860
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Futon
>    Affects Versions: 1.0.1
>            Reporter: Volker Mische
>            Assignee: Randall Leeds
>            Priority: Minor
>         Attachments: 
> 0001-remove-version-number-from-futon-static-resources.patch, 
> 0002-Futon-Cache-Control.patch
>
>
> Futon appends the CouchDB version number to the JavaScript files it loads. In 
> 1.0.1 it still appends 0.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to