Affects: 5.3.10


Links in \ tag : http://www.springframework.org/schema/p and http://www.springframework.org/schema/c Links can be found in chapter 1.4.2 sections in sections XML Shortcut with the p-namespace and also XML Shortcut with the c-namespace.

Comment From: sbrannen

Hi @rprominski,

Thanks for creating your first issue for the Spring Framework!

Although those two items look like a URL that you could click on, they are actually just names for the c and p XML namespaces, which are virtual since what follows c: and p: is dynamic based on the corresponding constructor arguments and properties of the corresponding Java type.

Consequently, there is no xsi:schemaLocation declaration for either of those.

In other words, there is no Web site on the Internet that serves web content for those two URLs.

Rather, they are handled internally by Spring when processing the XML configuration files.

In light of that, I am closing this issue.