Author: batosai
Date: 2008-09-27 15:22:09 +0000 (Sat, 27 Sep 2008)
New Revision: 22859

Modified:
   trunk/plugins/WoT/WoT.java
Log:
ToDo added. Maybe xor wants to work on that ?

Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java  2008-09-27 15:19:55 UTC (rev 22858)
+++ trunk/plugins/WoT/WoT.java  2008-09-27 15:22:09 UTC (rev 22859)
@@ -144,7 +144,8 @@
        }

        public String handleHTTPGet(HTTPRequest request) throws 
PluginHTTPException {
-
+               
+               // TODO Refactor this, using one class per page, in 
plugins.WoT.ui.web
                try {
                        if(request.isParameterSet("ownidentities")) 
                                return web.makeOwnIdentitiesPage();
@@ -171,6 +172,7 @@

        public String handleHTTPPost(HTTPRequest request) throws 
PluginHTTPException {

+               // TODO Refactor this, using one class per page, in 
plugins.WoT.ui.web
                String pass = request.getPartAsString("formPassword", 32);
                if ((pass.length() == 0) || 
!pass.equals(pr.getNode().clientCore.formPassword)) {
                        return "Buh! Invalid form password";


Reply via email to