Wally Dennis wrote:
Thanks Sean - since I am a bit new to this, would I create the RFE in
bugzilla?
Yes, just goto https://issues.apache.org/bugzilla/index.cgi and select
"Enter a new bug report" and file it under the security category. You
will need to first create a bugzilla account if
to
security-dev@xml.apache.org
To
security-dev@xml.apache.org
cc
Subject
Re: XML Signature debugging
Wally Dennis wrote:
>
> Thank you very much for the quick responses.
>
> No - I'm not getting any messages at all from the XML Security code. It
> appears as though the
Wally Dennis wrote:
Thank you very much for the quick responses.
No - I'm not getting any messages at all from the XML Security code. It
appears as though the logging statements that exist in the JSR 105
version do not exist in the Apache API.
Yes, the JSR 105 code path has more extens
3/28/2008 03:34 PM
Please respond to
security-dev@xml.apache.org
To
security-dev@xml.apache.org
cc
Subject
Re: XML Signature debugging
Wally Dennis wrote:
>
> Update:
>
> I decided to try to enable the JDK Logging facility to run in parallel
> with Log4j, since in theo
Wally Dennis wrote:
Update:
I decided to try to enable the JDK Logging facility to run in parallel
with Log4j, since in theory there should be no conflicts. However, when
I follow the instructions contained in the blog postings for how to
configure the logging, I still do not get any output
It should work. Try:
java -Djava.util.logging.config.file=logging.properties ...
where logging.properties contains:
handlers= java.util.logging.ConsoleHandler
.level= INFO
java.util.logging.ConsoleHandler.level = FINER
java.util.logging.ConsoleHandler.formatter =
java.util.logging.SimpleFormat
ty-dev@xml.apache.org
cc
Subject
XML Signature debugging
I am trying to enable debug logging on XML Signature creation/validation -
I
have read Sean's blog entries here:
http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html
http://weblogs.java.net/blog/mullan/arch
I am trying to enable debug logging on XML Signature creation/validation - I
have read Sean's blog entries here:
http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html
http://weblogs.java.net/blog/mullan/archive/2008/03/configuring_the.html#comment
s
and these do describe th