https://bz.apache.org/bugzilla/show_bug.cgi?id=63367
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Konstantin Kolinko <[email protected]> --- Tomcat 8.0 has reached End of Life and is no longer supported. > <Resources> > allowLinking="true" > </Resources> BTW, the above fragment has "allowLinking" misplaced, so that it is interpreted as text content of an XML element and thus it is ignored by Tomcat. An attribute of an XML element should precede the '>' symbol of its opening tag. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
