> +1 (unless the spec states that a uri should be put here).
> Note that the uri should be either encoded or put in a CDATA section.
> So I would do :
> generatedXML.writeElement(null, "owner", XMLPrinter.OPENING);
> generatedXML.writeData(token.getSubjectURI());
> generatedXML.writeElement(null, "owner", XMLPrinter.CLOSING);
>
> Go ahead and commit that fix :)
Well, I made the change (along with a hefty comment explaining WHY we
don't just write it out as text). However, when I try to commit (this is
the first time I've actually committed something to slide myself, of
course), I get this:
**** Access denied: Insufficient Karma
(msmith|jakarta-slide/src/webdav/server/org/apache/slide/webdav/method)
cvs server: Pre-commit check failed
cvs [server aborted]: correct above errors first!
This is, to say the least, an obscure error message. I have absolutely
no clue what it means, in other words. Remy?
Michael