Line | |
---|
1 | Upgrading from 2.17 to 2.18 |
---|
2 | |
---|
3 | * In version 2.18 of the VLO, the URL mapping has been changed. To prevent |
---|
4 | existing references and bookmarks from breaking, add rewrite rules to the |
---|
5 | HTTP server to achieve the following mappings: |
---|
6 | |
---|
7 | [TODO: Define actual mod_rewrite rules and document here] |
---|
8 | |
---|
9 | - {vlobase}/?wicket:bookmarkablePage=:eu.clarin.cmdi.vlo.pages.ShowResultPage&docId={docId} |
---|
10 | -> {vlobase}/record?docId={docId} |
---|
11 | |
---|
12 | - {vlobase}/?wicket:bookmarkablePage=:eu.clarin.cmdi.vlo.pages.ShowAllFacetValuesPage&selectedFacet={facet} |
---|
13 | -> {vlobase}/values/{facet} |
---|
14 | |
---|
15 | In both case all additional GET parameters SHOULD be kept. |
---|
16 | |
---|
17 | * Two mandatory configuration parameters have been added to the VLO |
---|
18 | configuration. Add the following to the existing configuration as a child of |
---|
19 | the VloConfig root node, then tweak as needed: |
---|
20 | |
---|
21 | <pagesInApplicationCache>128</pagesInApplicationCache> |
---|
22 | |
---|
23 | <sessionCacheSize>500</sessionCacheSize> |
---|
24 | |
---|
25 | <helpUrl> |
---|
26 | |
---|
27 | * Remove useMaxFileSize parameter from VloConfig |
---|
28 | * Rename parameter maxDaysToLife to maxDaysInSolr |
---|
Note: See
TracBrowser
for help on using the repository browser.