diff --git a/doc/upgrade-1.4.html b/doc/upgrade-1.4.html index 49309107..43adef64 100644 --- a/doc/upgrade-1.4.html +++ b/doc/upgrade-1.4.html @@ -31,15 +31,11 @@ or software requirements for V1.4).
- For a description of the release contents see the Release announcement for V1.4. + For a description of the release contents see the Release announcement for V1.4.
@@ -116,45 +111,45 @@
(TOTO: I think this should contain only changes to the upgrade process itself. Changes to the source code that are too detailed for the release announcement could go in - an appendix (final section) to this document until such time as there is an granual release changes document.
- -${stylesheets.list}
, ${scripts.list}
, and ${headscripts.list}
have changed to
- ${stylesheets.list()}
, ${scripts.list()}
, and ${headscripts.list()}
, respectively.
-
+ proxy.eligibleTypeList
describes which classes of Individuals are
+ eligible for "self-editing" by proxy.
+ See the table in Section III for more details.
+
+ In order for VIVO to correctly handle international characters, + you must configure Tomcat to conform to the URI standard by + accepting percent-encoded UTF-8. +
++ Edit Tomcat's conf/server.xml and add the following attribute to each of the + Connector elements: URIEncoding="UTF-8". +
++ <Server ...> + <Service ...> + <Connector ... URIEncoding="UTF-8"/> + ... + </Connector> + </Service> + </Server> ++
proxy.eligibleTypeList = http://xmlns.com/foaf/0.1/Person, http://xmlns.com/foaf/0.1/Organization-
1. Download the new distribution file and unpack it into a new source directory. @@ -588,6 +583,20 @@ /usr/local/vivo/harvester/ +