Hi. I'm using the example at the following URL to gain experience with the Digester component to parse an xml file.
http://www.theserverside.com/articles/article.tss?l=Digester
I'm at the las...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21516779.html
Zones:
JavaDate Answered: 08/05/2005 Rating: 7.0 Views: 0
How does 'auth-method: DIGEST' work in web.xml?
How does it do the authentication?
And is there anything I need to do on the server side at all?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_22096758.html
Zones:
JSPDate Answered: 12/20/2006 Rating: 8.2 Views: 16
Hi.
I'm using digester to read one of my xml files like this:
Digester d = new Digester();
d.setValidating(false);
d.addObjectCreate("produkter", produktList...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21930637.html
Zones:
JavaDate Answered: 08/10/2006 Rating: 8.0 Views: 0
I need to use md5 perl hash algorithm to get a hash value of a password. I am using windows and per version 5.0.
I am having lot of difficulty to get md5 perl hash algorithm that run on
wind...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20537445.html
Zones:
PerlDate Answered: 11/13/2003 Rating: 9.2 Views: 0
Hey guys,
I have a LAN environment with trunking setup between all my switches (dot1q). Everything is working fine, except on a couple of my switches I see the following
Switch 4#sh vtp cou...
http://www.experts-exchange.com/Hardware/Networking_Hardware/Routers/Q_21030318.html
Zones:
RoutersDate Answered: 06/18/2004 Rating: 9.8 Views: 0
500 points to the guru that will help me finish that in time and provide me a routine that will take a string as input and will return me the 32 chars MD5 Digest generated by your routine (method o...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21143819.html
Zones:
C#Date Answered: 09/27/2004 Rating: 8.4 Views: 0
Hello,
I would like our web editors to connect to an iis6 server from their home xp machines
using 'my network places' and typing in our url.
When someone follows these steps is this using webd...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_21482...
I have implemented basic and digest authentication in .Net using an http module (ala Greg Reinacker[1] and eggheadcafe[2]).
I am now trying to run this with Mono[3] on Fedora Core 3 and Apache.
T...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21500706.htm...
Hi there,
is it possible to get the jakarta Digester class to parse an xml file with only one node?
For example, the following is the structure of my XML file
<rootNode>
<valueA>a</v...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21535172.html
Zones:
JavaDate Answered: 01/02/2006 Rating: 9.4 Views: 0
Hi Experts,
With the code below, I have an X509 certificate. I write this out to PEM and read it back into another instance. I calculate the fingerprint of both using X509_digest and they are ...
http://www.experts-exchange.com/Security/Misc/Q_21606946.html
Zones:
SecurityDate Answered: 10/25/2005 Rating: 8.6 Views: 0