XSS and encoding fixes. Textual updates as required by doc team.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10855 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-09-08 15:34:20 +00:00
parent 6a260e952e
commit baf5c5cc45
4 changed files with 6 additions and 10 deletions

View File

@@ -8,10 +8,9 @@
<id>${id}</id>
<updated>${xmldate(date)}</updated>
<summary type="html">
<![CDATA[${username} added <a href="${contentURL}" target="_blank">${fileName}</a> to the <a href="${browseURL}">Document Library</a>.]]>
<![CDATA[${username?html} added <a href="${contentURL}" target="_blank">${fileName?html}</a> to the <a href="${browseURL}">Document Library</a>.]]>
</summary>
<author>
<name>${userId!""}</name>
</author>
</entry>

View File

@@ -8,4 +8,3 @@
<guid>${id}</guid>
<description>${username?xml} added ${(fileName!'a new file')?xml} to the Document Library.</description>
</item>

View File

@@ -8,10 +8,9 @@
<id>${id}</id>
<updated>${xmldate(date)}</updated>
<summary type="html">
<![CDATA[${username} added ${fileCount!"multiple"} files to the <a href="${browseURL}">Document Library</a>.]]>
<![CDATA[${username?html} added ${fileCount!"multiple"} files to the <a href="${browseURL}">Document Library</a>.]]>
</summary>
<author>
<name>${userId!""}</name>
</author>
</entry>

View File

@@ -8,4 +8,3 @@
<guid>${id}</guid>
<description>${username?xml} added ${fileCount!"multiple"} files to the Document Library.</description>
</item>