appendix to the previous

This commit is contained in:
fgerlits 2004-12-02 13:39:12 +00:00
parent 02736c51aa
commit f8e647bac3
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<!ELEMENT location EMPTY >
<!ATTLIST location server CDATA #REQUIRED >
<!ATTLIST location port NMTOKEN "80" >
<!ATTLIST location port NMTOKEN #REQUIRED >
<!ATTLIST location path CDATA #REQUIRED >
]>
<webAuthentication>

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.3 $
Version : $Revision: 1.4 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/src/WebAuthenticationClient.cxx,v $
------------------------------------------------------------------------------*/
@ -162,7 +162,6 @@ WebAuthenticationClient :: configure(const xmlpp::Element & element)
if (!(attribute = locationConfigElement
->get_attribute(locationPortAttrName))) {
cerr << "\nmissing port #\n";
std::string eMsg = "Missing attribute ";
eMsg += locationPortAttrName;
throw std::invalid_argument(eMsg);