Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 4.1.2
-
Fix Version/s: 5.1-rc-1
-
Component/s: Bridge
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
XWIKI-1834XWikiDocument.toString() should return the document's full name XWIKI-895Add a getExternalURL to get the a full URL XWIKI-437Improve URL factories and create a xwiki-url module for manipulating XWiki URLs XWIKI-2026The API version of xwiki.clearName() does not return a valid (for URL) page name XWIKI-1807getServerURL(db, context) not including port number when returning the URL (virtual or main wiki) XWIKI-889XWikiServletURLFactory.createExternalURL create internal URL XWIKI-6470 Add an API to return all full names of documents that contains a job object XWIKI-5482URIClassLoader#findResources can return infinite Enumeration XWIKI-8204The link from the space index macro to the full space index is wrong when the space name contains special URL characters XWIKI-1928XWiki returns invalid URLs when the server port is not defined (i.e. when it's 80)
Description
documentAccessBridge.getAttachmentURL(AttachmentReference,true) is returning the relative URL instead of full URL
Issue Links
- links to
That's not a bug. All our get URL methods return relative URLs except getExternalURL. Why do you consider it a bug?