Bug 53373

Summary: Allow whitespace around delimiters in <Context> aliases for readability
Product: Tomcat 7 Reporter: Christopher Schultz <chris>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement CC: esmond.pitt
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.4   

Description Christopher Schultz 2012-06-06 20:01:27 UTC
See bug 53359: Request for <Aliases> or <Alias> as element inside <Context>

<Context> aliases attribute should allow whitespace to surround both the "," and "=" delimiters. For example:

<Context aliases="/EDSILabCatalog= c:/xampp/htdocs/cLabs/EDSILabCatalog,
                  /EDSILabs      = c:/xampp/htdocs/cLabs/EDSILabs,
                  /Global        = c:/xampp/htdocs/cLabs/Global,
                  /Skyline       = c:/xampp/htdocs/cLabs/Skyline,
                  /Sun           = c:/xampp/htdocs/cLabs/Sun,
                  /Sunset        = c:/xampp/htdocs/cLabs/Sunset,
                  /Tech2000      = c:/xampp/htdocs/cLabs/Tech2000"
	/>
Comment 1 Christopher Schultz 2012-06-06 20:24:36 UTC
Fixed in trunk and 7.0.x and will be included in 7.0.28 onwards.