appendix to the previous
This commit is contained in:
parent
02736c51aa
commit
f8e647bac3
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<!ELEMENT location EMPTY >
|
<!ELEMENT location EMPTY >
|
||||||
<!ATTLIST location server CDATA #REQUIRED >
|
<!ATTLIST location server CDATA #REQUIRED >
|
||||||
<!ATTLIST location port NMTOKEN "80" >
|
<!ATTLIST location port NMTOKEN #REQUIRED >
|
||||||
<!ATTLIST location path CDATA #REQUIRED >
|
<!ATTLIST location path CDATA #REQUIRED >
|
||||||
]>
|
]>
|
||||||
<webAuthentication>
|
<webAuthentication>
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: fgerlits $
|
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 $
|
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
|
if (!(attribute = locationConfigElement
|
||||||
->get_attribute(locationPortAttrName))) {
|
->get_attribute(locationPortAttrName))) {
|
||||||
cerr << "\nmissing port #\n";
|
|
||||||
std::string eMsg = "Missing attribute ";
|
std::string eMsg = "Missing attribute ";
|
||||||
eMsg += locationPortAttrName;
|
eMsg += locationPortAttrName;
|
||||||
throw std::invalid_argument(eMsg);
|
throw std::invalid_argument(eMsg);
|
||||||
|
|
Loading…
Reference in New Issue