Author: rmannibucau
Date: Tue Mar 15 15:39:37 2016
New Revision: 1735110

URL: http://svn.apache.org/viewvc?rev=1735110&view=rev
Log:
TOMEE-1734 new patch from Robert panzer to enhance properties-listings and 
security-index navigation for the last CVE we got

Modified:
    tomee/site/trunk/content/properties-listing.mdtext
    tomee/site/trunk/content/security/index.mdtext

Modified: tomee/site/trunk/content/properties-listing.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/properties-listing.mdtext?rev=1735110&r1=1735109&r2=1735110&view=diff
==============================================================================
--- tomee/site/trunk/content/properties-listing.mdtext (original)
+++ tomee/site/trunk/content/properties-listing.mdtext Tue Mar 15 15:39:37 2016
@@ -49,8 +49,8 @@ Title: System Properties Listing
 <tr><td>openejb.log.color</td><td> bool </td><td> activate or not the color in 
the console in embedded mode </td></tr>
 <tr><td>openejb.log.color.&lt;level in lowercase&gt;</td><td> color in 
uppercase </td><td> set a color
 for a particular level. Color are BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, 
CYAN, WHITE, DEFAULT.  </td></tr>
-<tr><td>tomee.serialization.class.blacklist</td><td> string </td><td> default 
list of packages/classnames excluded for EJBd deserialization (needs to be set 
on server and client sides). Please see the description of [Ejbd 
Transport](ejbd-transport.html) for details.</td></tr>
-<tr><td>tomee.serialization.class.whitelist</td><td> string </td><td> default 
list of packages/classnames allowed for EJBd deserialization (blacklist wins 
over whitelist, needs to be set on server and client sides). Please see the 
description of [Ejbd Transport](ejbd-transport.html) for details.</td></tr>
+<tr><td>tomee.serialization.class.blacklist</td><td> string </td><td> default 
list of packages/classnames excluded for EJBd deserialization (needs to be set 
on server and client sides). Please see the description of <a 
href="http://tomee.apache.org/ejbd-transport.html";>Ejbd Transport</a> for 
details.</td></tr>
+<tr><td>tomee.serialization.class.whitelist</td><td> string </td><td> default 
list of packages/classnames allowed for EJBd deserialization (blacklist wins 
over whitelist, needs to be set on server and client sides). Please see the 
description of <a href="http://tomee.apache.org/ejbd-transport.html";>Ejbd 
Transport</a> for details.</td></tr>
 <tr><td>tomee.remote.support</td><td> boolean </td><td> if true /tomee webapp 
is auto-deployed and EJBd is active (true by default for 1.x, false for 7.x 
excepted for tomee maven plugin and arquillian)</td></tr>
 </table>
 

Modified: tomee/site/trunk/content/security/index.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/security/index.mdtext?rev=1735110&r1=1735109&r2=1735110&view=diff
==============================================================================
--- tomee/site/trunk/content/security/index.mdtext (original)
+++ tomee/site/trunk/content/security/index.mdtext Tue Mar 15 15:39:37 2016
@@ -16,6 +16,7 @@ Lists of security problems fixed in rele
 
 * [Apache TomEE 1.5 Security Vulnerabilities](tomee.html)
 * [Apache TomEE 1.6 Security Vulnerabilities](tomee.html)
+* [Apache TomEE 1.7 Security Vulnerabilities](tomee.html)
 
 
 ## Reporting New Security Problems with Apache TomEE


Reply via email to