Mantis - Resin
Viewing Issue Advanced Details
472 minor always 12-01-05 08:45 01-12-06 16:23
sam  
ferg  
high  
closed 3.0.15  
fixed  
none    
none 3.0.18  
0000472: Resin xml parser should throw exception for missing space between attributes
(rep by M Duchovny)

With a missing space between the closing ' of one attribute value and the first character of the next attribute name, Resin does not complain with a syntax error.

For example between `password' and `role' in the following:

 <authenticator type="com.caucho.server.security.XmlAuthenticator">

 <init>
   <path>/conf/passwords.xml</path>
 </init>

/conf/passwords.xml:

 <authenticator>
   <user name='harry' password='XXX'role='admin,user'/>
 </authenticator>

Notes
(0000696)
ferg   
01-12-06 16:23   
xml/0067