You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bc...@locus.apache.org on 2000/12/10 06:08:33 UTC

cvs commit: jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods PropMethodBase.java

bcholmes    00/12/09 21:08:33

  Removed:     src/webdav/client/src/org/apache/webdav/lib/methods
                        PropMethodBase.java
  Log:
  Major reorganization of the Property handling code
  - I think the code is now cleaner and less fragile
  - emulate key DOM2 features
  - All subclasses of XMLResponseMethodBase have access to Properties and Responses
  - PropPatchMethod is finally a subclass of XMLResponseMethodBase
  - fixed known issue where the same namespace has more than one prefix defined.