Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.5
-
Fix Version/s: 4.2-milestone-1
-
Component/s: Web - Templates & Resources
-
Labels:None
-
Environment:Tested on 3.5 and 4.1 snapshot
-
Difficulty:Medium
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
XWIKI-9025TRANSPORT_ERROR pop up when accessing Tree view, with a page with brackets in its name XWIKI-7874wysiwyg: attachments not listing in "link" button "all pages" tab - transport error caused by rest UriBuilderException XWIKI-5053Cannot upload attachments to pages with # in their name XWIKI-9103XWiki Explorer doesn't display the children of pages with periods or parens in their names XWIKI-7489WYSIWYG editor misbehaves when entering . (period) at the end of <ul> line XWIKI-7481Small UI breakage on WYSIWYG Administration Page XWIKI-6562Font names list from WYSIWYG loses its values when page saved by IE6 and IE7 XWIKI-5183Upgrade from 2.0 to 2.3 invalidates spaces and pages with a "." in the name, cannot rename XWIKI-6294Cannot import a page that has ":" in the page name XWIKI-3696Attachment and Image dialogs in Wysiwyg editors should default to only allowing attachments and images to the current edited page
Description
Steps to reproduce:
- Create a new page called "My.Page"
- Add an attachment to the page.
- Edit in WYSIWYG
- Type then highlight some text, then click "Link -> Attached File.."
- Choose "All Pages" tab
- Navigate to the My.Page, then click the "+" plus next to Attachments.
- The Error dialog pops up: "Server returned TRANSPORT_ERROR with no error message."
(And no attachments are listed)
I'm not seeing an error on the server side, although I would think there should be..
Isn't this caused by the same thing as
XWIKI-7874?