提交 15878656 编写于 作者: T Tijs Rademakers

small changes to docs

上级 4739d4ee
......@@ -35,7 +35,13 @@
<h1>Activiti Release Notes</h1>
<h3>Release Notes - Activiti - Version 5.17</h3>
<h3>Release Notes - Activiti - Version 5.16.4</h3>
<h4>Highlights</h4>
<ul>
<li>First implementation of a new lock free job executor (<a href="https://github.com/Activiti/Activiti/wiki/Notes-on-the-new-Actviti-Jobexecutor-(Oct-2014)">New job executor wiki</a>). Note that exclusive jobs and suspended process instances are not supported yet.</li>
<li>Restlet has been replaced with Spring MVC for the REST API</li>
</ul>
<h4>Implementation changes</h4>
......
......@@ -14,8 +14,8 @@
<para>All REST-resources require a valid Activiti-user to be authenticated by default. Basic HTTP access authentication is used, so you should always include a <literal>Authorization: Basic ...==</literal> HTTP-header when performing requests or include the username and password in the request-url (eg. <literal>http://username:password@localhost...</literal>).
</para>
<para><emphasis role="bold">It's recommended to use Basic Authentication in combination with HTTPS.</emphasis></para>
<section id="restUsageInTomcat">
</section>
<section id="restUsageInTomcat">
<title>Usage in Tomcat</title>
<para>Due to <ulink url="http://tomcat.apache.org/tomcat-7.0-doc/security-howto.html"> default security properties on Tomcat</ulink>, <emphasis role="bold">escaped forward slashes (<literal>%2F</literal> and <literal>%5C</literal>) are not allowed by default (400-result is returned).</emphasis>
This may have an impact on the deployment resources and their data-URL, as the URL can potentially contain escaped forward slashes.
......@@ -11702,6 +11702,5 @@ Only the attachment name is required to create a new attachment.
}</programlisting>
</para>
</section>
</section>
</section>
</section>
</chapter>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册