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

fix #ISSUE-49 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ememisya
Copy link

Resolve by removing the PathPattern features until implementation can be supported.

startCaptureVariable + captureVariable.length(),
"' + encodeURIComponent(" + pathVariableName + ") + '");
} else {
validatePathVariableParameter(pathStringBuilder, pathVariableName, -1);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this here since I wasn't sure what you wanted to do with this method for any future reference.

stripPatternParserFeatures(pathStringBuilder, 0);
}

protected static void stripPatternParserFeatures(StringBuilder pathStringBuilder, int fromIndex)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't simply call this strip RegexPattern because again I am not certain what Spring wanted to do with this. It is possible perhaps that they may add some sort of SpEL expression feature here in the future, not sure.

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.

None yet

1 participant