[Affelio-cvs 846] CVS update: affelio/lib/Affelio/misc

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 10日 (土) 11:14:12 JST


Index: affelio/lib/Affelio/misc/WSSE.pm
diff -u affelio/lib/Affelio/misc/WSSE.pm:1.2 affelio/lib/Affelio/misc/WSSE.pm:1.3
--- affelio/lib/Affelio/misc/WSSE.pm:1.2	Sat Dec 10 07:14:09 2005
+++ affelio/lib/Affelio/misc/WSSE.pm	Sat Dec 10 11:14:12 2005
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: WSSE.pm,v 1.2 2005/12/09 22:14:09 slash5234 Exp $
+# $Id: WSSE.pm,v 1.3 2005/12/10 02:14:12 slash5234 Exp $
 
 package Affelio::misc::WSSE;
 {
@@ -31,11 +31,6 @@
 
     sub authenticate {
 	my ($XWSSE_mesg, $user, $pass) = shift;	
-
-#	$XWSSE_mesg =~ /^Username="(.*)",(\s*)Password/;
-#	my $user = $1;
-#	debug_print("WSSE::Auth: user = [$user]");
-
 	return(1);
 
 	my $my_own_mesg = make_XWSSE($user, $pass);


Affelio-cvs メーリングリストの案内
Back to archive index