You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by we...@apache.org on 2004/03/17 20:36:30 UTC

cvs commit: ws-fx/wss4j/src/org/apache/ws/security Todolist.java

werner      2004/03/17 11:36:30

  Added:       wss4j/src/org/apache/ws/security Todolist.java
  Log:
  A todolist - feel free to add items - and to work on items.
  
  Revision  Changes    Path
  1.1                  ws-fx/wss4j/src/org/apache/ws/security/Todolist.java
  
  Index: Todolist.java
  ===================================================================
  /*
   * Created on 17.03.2004
   *
   */
  package org.apache.ws.security;
  /**
   * @author wdi
   *
   */
  public class Todolist {
  	/*
  	 * This is not really a java source but a todo list. Eclipse displays
  	 * this list automatically on the task list. Convenient.
  	 * 
  	 * Please fill in any new items that should be done. Rename the ToDo marker
  	 * to DONE if done, add your name, and some comments if necessary to keep the 
  	 * list uptodate.
  	 * 
  	 * TODO: Clean up exception handling, remap to WSSecurityException, avoid generic Exception.
  	 * TODO: make Cipher provider configurable
  	 * TODO: new function to perform Certificate handover from request to response according to Kojira's
  	 * 		 explanation
  	 * TODO: Better texts for the Exception, see OASIS WSS specs for recommended fault strings
  	 *  
  	 */
  
  }