A quick question, Does every modification create a new version or is versioning only enabled if a parameter to request a new version is set ?
We have some very active modifications were we don't want versions, unless we explicitly request it. We also have a separate servlet that we use for saving versions and listing them. The code looks right, although I am not clear if it leaves the node in a checked out state ? If it leaves it in a checked in state, its going to be read only (iirc) Ian On 14 Jun 2010, at 09:30, Justin Edelson wrote: > I'm starting to hack on the post servlet to get it to support JCR > versioning. It is actually much simpler than I thought it would be. > Which leads me to believe I'm missing something big :) > > Would appreciate any comments/feedback: > http://codereview.appspot.com/1690041 > > Thanks, > Justin