Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a replacement for parseUrlParameters #2

Closed
Edvinnordling opened this issue Feb 28, 2024 · 1 comment
Closed

Create a replacement for parseUrlParameters #2

Edvinnordling opened this issue Feb 28, 2024 · 1 comment
Assignees

Comments

@Edvinnordling
Copy link
Collaborator

Edvinnordling commented Feb 28, 2024

create a replacement for static public Properties parseUrlParameters(HttpServletRequest request) with the signature static public Map<String, String> parseParameters(HttpServletRequest request) which uses available functionality for its implementation like request.getParameterMap()

@EliasStihl EliasStihl self-assigned this Feb 29, 2024
@EliasStihl EliasStihl changed the title Remove use of java.util.Properties in ParsingUtilities.java Create a replacement for parseUrlParameters Feb 29, 2024
EliasStihl added a commit that referenced this issue Feb 29, 2024
New method returns a Map<String,String> instead of Properties
EliasStihl added a commit that referenced this issue Feb 29, 2024
Ishaqezaz pushed a commit that referenced this issue Feb 29, 2024
* feat #2: Create replacement for parseUrlParamaters

New method returns a Map<String,String> instead of Properties

* doc #2: remove unnecessary newline

* add test results to docs after adding new method
@Edvinnordling
Copy link
Collaborator Author

Issue solved with pull request #12

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

No branches or pull requests

2 participants