SAML 1.1 toolkit 2.0

"Garzon Maldonado, Jesus Javier" <[email protected]> Fri, 18 Feb 2005 12:11:01 +0100
Newsgroups gmane.comp.sourceid.sso.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============1467382771==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C515AA.879C270E"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C515AA.879C270E
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello all,
=20
Probably it's already fixed but I think I've found a small mistake in =
org.sourceid.saml11.servlet.rp.AssertionConsumerServlet class.=20
=20
Line 182: if ( (localPort !=3D 443) || (localPort !=3D 80) )
=20
OR operator should be changed for AND:=20
=20
if ( (localPort !=3D 443) && (localPort !=3D 80) )
=20
in order to work with standard HTTP ports.
=20
(Maybe I should post this mail to developers list but I was not sure)
=20
Best regards.
=20
Javi Garzon
=20
=20

------_=_NextPart_001_01C515AA.879C270E
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">=0A=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML =
DIR=3Dltr><HEAD></HEAD><BODY><DIV><FONT face=3D'Arial' color=3D#000000 =
size=3D2>Hello all,</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>Probably it's already fixed but I think =
I've found =0A=
a small mistake in <FONT size=3D2>org.sourceid.saml11.servlet.rp.<FONT =0A=
size=3D2>AssertionConsumerServlet class. </FONT></FONT></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>Line 182: <B><FONT color=3D#7f0055 =0A=
size=3D2>if</B></FONT><FONT size=3D2> ( (localPort !=3D 443)&nbsp;|| =
(localPort !=3D 80) =0A=
)</FONT></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>OR operator should be changed for AND: =0A=
</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2><STRONG><FONT =
color=3D#7f0055>if</FONT></STRONG><FONT =0A=
size=3D2> ( (localPort !=3D 443)&nbsp;&amp;&amp; (localPort !=3D 80) =0A=
)</FONT></FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>in order to work with standard HTTP =0A=
ports.</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>(Maybe I should post this mail to =
developers list =0A=
but I was not sure)</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>Best regards.</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2>Javi Garzon</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>
------_=_NextPart_001_01C515AA.879C270E--

--===============1467382771==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
sso-users mailing list
[email protected]
http://lists.sourceid.org/mailman/listinfo/sso-users

--===============1467382771==--