-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 5.3
-
Component/s: None
-
Environment:
Standalone Confluence 5.3 Windows 8 64bit
Theres a Problem with the "Share a Link" Blueprint.
If you share a Link, where the content could not parse correctly, a Server side error is thrown and the AJAX Request while fetching the image or creating the page aborted.
Because the Blueprint JS doens't handle the Abort, it seems that the page creation request proceeded endless.
To reproduce this problem, you can try to share this link:
http://wiki.doebe.li/Beat/EinBuchZuWikis
Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 37: /pub/Main/SitePreferences/favicon.ico
at java.net.URI.create(Unknown Source)
at java.net.URI.resolve(Unknown Source)
at com.atlassian.confluence.plugins.sharelinks.metaextractor.SimpleDOMMetadataExtractor.getAbsolutePath(SimpleDOMMetadataExtractor.java:104)
at com.atlassian.confluence.plugins.sharelinks.metaextractor.SimpleDOMMetadataExtractor.updateMetadata(SimpleDOMMetadataExtractor.java:63)
at com.atlassian.confluence.plugins.sharelinks.metaextractor.MasterLinkMetaDataExtractor.parseMetaData(MasterLinkMetaDataExtractor.java:68)
at com.atlassian.confluence.plugins.sharelinks.SharelinksContextProvider.getContextMap(SharelinksContextProvider.java:64)
at com.atlassian.confluence.plugins.createcontent.actions.DefaultBlueprintContentGenerator.getContentTemplateContext(DefaultBlueprintContentGe
nerator.java:207)
- is related to
-
CONFCLOUD-54309 'Share a Link' does not notify users on the workbox notifications
-
- Closed
-
-
CONFSERVER-31212 'Share a Link' does not send email notification
-
- Closed
-