Enter Keywords:
1 - 10 of 36(0.007 seconds)
Sort By:
 
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...
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?
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...
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...
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...
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...
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...
Zones: Microsoft IIS Web ServerDate Answered: 07/06/2005 Rating: 9.2 Views: 0
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...
Zones: Apache Web ServerDate Answered: 01/11/2006 Rating: 7.8 Views: 0
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...
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 ...
Zones: SecurityDate Answered: 10/25/2005 Rating: 8.6 Views: 0