Hi jllort and pavila,
Sorry for bother again.
Today I tested URL location for Doc and Folder, and I find a problem here:
If a Folder contains special char such as "&", the following part of the folder name will be truncated if I enter the URL into browser.
For example: A folder URL is like this:
After enter it into browser:
OpenKM will prompt
The total URL length is 125, it doest not over the max GET length.
By the way, I remembered jllort replied a post that all URLs are in encoded format, but I see clear text in URL in my test base.
I am using Version: 5.1.9-SNAPSHOT (build: 7409)
Sorry for bother again.
Today I tested URL location for Doc and Folder, and I find a problem here:
If a Folder contains special char such as "&", the following part of the folder name will be truncated if I enter the URL into browser.
For example: A folder URL is like this:
Code: Select all
http://doc.arraynetworks.com.cn/OpenKM/index.jsp?fldPath=/okm:categories/Project/Product_AMP_8_3/Product & Vmware Integration
After enter it into browser:
OpenKM will prompt
failed to resolve path okm:categories/Project/Product_AMP_8_3/Product relative to node /: 'okm:categories/Project/Product_AMP_8_3/Product ' is not a valid path: Trailing slashes not allowed in prefixes and names.: 'okm:categories/Project/Product_AMP_8_3/Product ' is not a valid path: Trailing slashes not allowed in prefixes and names.It's clear that other chars after "&" was lost.
The total URL length is 125, it doest not over the max GET length.
By the way, I remembered jllort replied a post that all URLs are in encoded format, but I see clear text in URL in my test base.
I am using Version: 5.1.9-SNAPSHOT (build: 7409)