Davanum Srinivas wrote:
Raul, Sean,
Looks like the prev patch from me for parseFragment does not really
help much :( As XMLCipher has a private constructor and the
parseFragment is in a private class Serializer inside that class. So
we are back to square one...
Can you first back out your fix so it doesn't go in the upcoming 1.4
release?
How about we cut a branch so that we don't disturb the release cycle?
and we can experiment a little bit on the HEAD.
You should be able to do that yourself and can you wait until 1.4 is out
to fix this?
Here's how to create a private branch using svn:
$ svn copy https://svn.apache.org/repos/asf/xml/security/trunk \
https://svn.apache.org/repos/asf/xml/security/branches/bug-40880 \
-m "Creating a private branch for bug 40880."
--Sean