Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Fix issue 745 Properly decode URL paths #8

Merged
merged 1 commit into from
Feb 14, 2014
Merged

Fix issue 745 Properly decode URL paths #8

merged 1 commit into from
Feb 14, 2014

Conversation

cstamas
Copy link
Contributor

@cstamas cstamas commented Feb 14, 2014

Problem was that wrapped HttpServletRequest prepped by ServletDefinition used request methods that returns non-decoded path to craft pathInfo, that must be decoded.

Issue
https://code.google.com/p/google-guice/issues/detail?id=745

@cstamas
Copy link
Contributor Author

cstamas commented Feb 14, 2014

I won't create 3.1.x "backport" as the patch cleanly applies against latest release 3.1.9 too, and all the tests passes (tried locally).

@mcculls
Copy link
Contributor

mcculls commented Feb 14, 2014

Looks reasonable, do you need this in a .1 patch release or is the next release acceptable?

mcculls added a commit that referenced this pull request Feb 14, 2014
Issue 745: properly decode URL paths
@mcculls mcculls merged commit 08f43bf into master Feb 14, 2014
@mcculls mcculls deleted the issue-745 branch February 14, 2014 14:59
@cstamas
Copy link
Contributor Author

cstamas commented Feb 14, 2014

I tested Nx with patched 3.1.9, so unless you know for any blocked why NOT to bump sisu-guice to next release, I'd say go with next one.

@mcculls
Copy link
Contributor

mcculls commented Feb 14, 2014

Staged as 3.1.10 on RSO for testing... let me know when you want it released to central

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants