: > 1. this should be implemented with two forms - every field sent should be used : > 2. if stream.body.trim().length() == 0, don't make a stream : > : > I vote for #2, thoughts? : : Sigh... yes, it's practical.
Alternate Idea #3: make the XmlUpdateRequestHandler more robust in recieving empty streams (treat it as a NOOP, maybe return an error if *all* the streams are empty) i'm okay with #2 as long as it's only in the stream.body parsing and not something we try to do with every stream. -Hoss
