-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 5.0, 5.0.1, 5.0.2, 5.0.3, 5.1, 5.1.1, 5.1.2, 5.1.3, 5.1.4
-
Component/s: None
There is problem report from Japanese customer.
If a label contains non-ascii character(s), and there are more than 10 pages with this label, then only the first page of labels loads correctly.
The error message "Please specify a label id" will be shown on all pages other than the first.
| label | |
|---|---|
| sample | |
| あいうえお | |
The customer is using Japanese text labels constantly.
Steps to Reproduce:
- Create a label with non-ASCII characters (i.e. あいうえお) and attach it to more than 10 pages
- Click on the label and attempt to go to browse to page 2
Note the error text:The following error(s) occurred: Please specify a label id.
Thoughts
If you look at the URL on the first page of the list of pages with that label, you'll see something like this:
http://localhost:10513/confluence/labels/viewlabel.action?ids=2457603
If you go to the second page, you'll see this in the URL:
http://localhost:10513/confluence/labels/viewlabel.action?startIndex=10
What it should look like (and this is the way you can work around this problem) is:
http://localhost:10513/confluence/labels/viewlabel.action?ids=2457603&startIndex=10
- is duplicated by
-
CONFSERVER-29535 Pagination fails when viewing labels with non-ASCII characters
-
- Closed
-