You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2012/01/08 23:13:17 UTC

svn commit: r1228975 - /incubator/wookie/trunk/NEW_AND_NOTEWORTHY

Author: scottbw
Date: Sun Jan  8 22:13:16 2012
New Revision: 1228975

URL: http://svn.apache.org/viewvc?rev=1228975&view=rev
Log:
Added an entry in New and Noteworthy for the new mechanism for policy management.

Modified:
    incubator/wookie/trunk/NEW_AND_NOTEWORTHY

Modified: incubator/wookie/trunk/NEW_AND_NOTEWORTHY
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/NEW_AND_NOTEWORTHY?rev=1228975&r1=1228974&r2=1228975&view=diff
==============================================================================
--- incubator/wookie/trunk/NEW_AND_NOTEWORTHY (original)
+++ incubator/wookie/trunk/NEW_AND_NOTEWORTHY Sun Jan  8 22:13:16 2012
@@ -7,3 +7,11 @@ FIXME Write some documentation for these
 ## New Widget Templating System
 
 ## Running Wookie on a USB Stick
+
+## New proxy policy management
+
+Rather than manage separate "Whitelist" and "Access Request" lists using the web interface, in 0.9.2
+we've introduced a much simpler "policies" file that can be edited in a text editor. Changes to the file
+are updated live in the server. The policies file itself contains more detailed documentation, and can
+be found in src/policies or WEB-INF/classes/policies on a running server. Policies can still be edited
+using the web interface, and a REST API endpoint can be found at /wookie/policies.
\ No newline at end of file