Bug 53373 - Allow whitespace around delimiters in <Context> aliases for readability
Summary: Allow whitespace around delimiters in <Context> aliases for readability
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.4
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 20:01 UTC by Christopher Schultz
Modified: 2012-06-06 20:24 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.