Skip to content

Change AntPathStringMatcher cache to LRU cache with size limit#343

Closed
pbobruk wants to merge 1 commit into
spring-projects:masterfrom
pbobruk:SPR-10803
Closed

Change AntPathStringMatcher cache to LRU cache with size limit#343
pbobruk wants to merge 1 commit into
spring-projects:masterfrom
pbobruk:SPR-10803

Conversation

@pbobruk

@pbobruk pbobruk commented Aug 26, 2013

Copy link
Copy Markdown
Avoid memory leak, by changing  AntPathStringMatcher cache from HashMap
to LinkedHashMap with access order and size limit (LRU).

Issue: SPR-10803

    Avoid memory leak, by changing  AntPathStringMatcher cache from HashMap
    to LinkedHashMap with access order and size limit (LRU).

    Issue: SPR-10803
@pbobruk

pbobruk commented Nov 3, 2013

Copy link
Copy Markdown
Author

This has been fixed in 3261542

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant