Skip to content

Correct Ant-style Patterns example in documentation#24552

Merged
sbrannen merged 1 commit into
spring-projects:masterfrom
hrybs:correct-ant-resource-example
Feb 19, 2020
Merged

Correct Ant-style Patterns example in documentation#24552
sbrannen merged 1 commit into
spring-projects:masterfrom
hrybs:correct-ant-resource-example

Conversation

@hrybs

@hrybs hrybs commented Feb 19, 2020

Copy link
Copy Markdown
Contributor

The documentation contains incorrect Ant-style pattern code snippet.

/WEB-INF/-context.xml
com/mycompany//applicationContext.xml
file:C:/some/path/-context.xml
classpath:com/mycompany//applicationContext.xml

But correct form should be as follows:

/WEB-INF/*-context.xml
com/mycompany/**/applicationContext.xml
file:C:/some/path/*-context.xml
classpath:com/mycompany/**/applicationContext.xml

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 19, 2020
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Feb 19, 2020
@sbrannen sbrannen self-assigned this Feb 19, 2020
@sbrannen sbrannen added this to the 5.2.4 milestone Feb 19, 2020
@sbrannen sbrannen merged commit 2ad4602 into spring-projects:master Feb 19, 2020
@sbrannen

Copy link
Copy Markdown
Member

This has been merged into master.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants