-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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
Improve documentation explaining how to enable MatrixVariable in Spring MVC [SPR-11331] #15955
Comments
Stéphane Nicoll commented I just replicated this code in a test case and it works with master ( I am guessing that if you are referring to Thanks! |
leebm commented thanks yours comment! i'm try this url "http://localhost/s3/hello/hi",but it's still not work. i'm change to this: i'm use spring version 3.2.6.RELEASE. |
Stéphane Nicoll commented This might be a duplicate of #15664. If you're not using JavaConfig, please make sure that you have enabled the feature: <mvc:annotation-driven enableMatrixVariables="true"> ... If that still does not work for you, I might need a bit more info and some representative logs with the full stacktrace that you get. Thanks! |
leebm commented use this config,it's worked ok! i read docs/3.2.6.RELEASE part of 17.3.2 Matrix Variables,but any content with this config.if enableMatrixVariables default thank you very much! :) |
Stéphane Nicoll commented Yes, you are right, the documentation definitely needs an update in that area. Thanks. |
Stéphane Nicoll commented See PR #447 |
leebm commented ye,it's nice! |
leebm opened SPR-11331 and commented
example:
url:
http://localhost/s3/hello/hi;age=21
this url can't be matched.
Affects: 3.2.6
Issue Links:
Referenced from: commits cfa78a9, 175aa86, 98174e1
Backported to: 3.2.7
The text was updated successfully, but these errors were encountered: