-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.3
-
Component/s: None
-
Environment:
System Date Wednesday, 24 Jan 2007
System Time 10:58:42
System Favourite Colour Claret
Java Version 1.5.0_07
Java Vendor Sun Microsystems Inc.
JVM Version 1.0
JVM Vendor Sun Microsystems Inc.
JVM Implementation Version 1.5.0_07-b03
Java Runtime Java(TM) 2 Runtime Environment, Standard Edition
Java VM Java HotSpot(TM) Server VM
User Name objective
User Timezone Australia/Sydney
Operating System Windows 2003 5.2
OS Architecture x86
Filesystem Encoding Cp1252Java VM Memory Statistics
Total Memory 410 MB
Free Memory 34 MB
Used Memory 376 MB
Memory Graph
[Used Memory (92 %)] [Free Memory (8 %)]
8 % FreeRuntime Information
Database Dialect net.sf.hibernate.dialect.Oracle9Dialect
Database Connection URL jdbc:oracle:thin:@syddb01:1521:obj
Database Driver Name oracle.jdbc.OracleDriver
Database Driver Version 1.0
Application Server Apache Tomcat/5.5.9
Servlet Version 2.4
Confluence Home D:\confluencedata
Uptime 2 days, 18 hours, 2 minutes, 34 seconds
Confluence Version 2.3
Build Number 641System Date Wednesday, 24 Jan 2007 System Time 10:58:42 System Favourite Colour Claret Java Version 1.5.0_07 Java Vendor Sun Microsystems Inc. JVM Version 1.0 JVM Vendor Sun Microsystems Inc. JVM Implementation Version 1.5.0_07-b03 Java Runtime Java(TM) 2 Runtime Environment, Standard Edition Java VM Java HotSpot(TM) Server VM User Name objective User Timezone Australia/Sydney Operating System Windows 2003 5.2 OS Architecture x86 Filesystem Encoding Cp1252 Java VM Memory Statistics Total Memory 410 MB Free Memory 34 MB Used Memory 376 MB Memory Graph [Used Memory (92 %)] [Free Memory (8 %)] 8 % Free Runtime Information Database Dialect net.sf.hibernate.dialect.Oracle9Dialect Database Connection URL jdbc:oracle:thin:@syddb01:1521:obj Database Driver Name oracle.jdbc.OracleDriver Database Driver Version 1.0 Application Server Apache Tomcat/5.5.9 Servlet Version 2.4 Confluence Home D:\confluencedata Uptime 2 days, 18 hours, 2 minutes, 34 seconds Confluence Version 2.3 Build Number 641
We are using subversion and I'd like to create a shortcut in Confluence to projects held in Subversion. However I've noticed that shortcuts with certain characters in them do not resolve correctly. The two problems in particular are those with a forward slash ('/') or a space ' ' in them.
Examples:
Shortcut is defined as:
Key: svn
Expanded value: http://subversion.objective.com/svn_repos/
When I create a shortcut link:
[trunk/My Project@svn]
It resolves to:
http://subversion.objective.com/svn_repos/trunk%2FMy+Project
So the '/' is replaced with its hex value %2F, while the space is replaced with '+'. if the space was replaced with it's hex character that would at least work, however the '/' is still the problem.
- is duplicated by
-
CONFSERVER-8112 slashes in paths for @shortcuts links are traslated into %2F
-
- Closed
-
- is related to
-
CONFSERVER-8625 Shortcut links white spaces are changed to + for file:// links
-
- Closed
-