ZF2-408: Segment route bug
Description
We have this Segment route configured;
/contact[/:action[/:mode]][/page/:page]
Which works OK for:
but NOT for:
I assume this is a bug in the Segment route?
We have this Segment route configured;
/contact[/:action[/:mode]][/page/:page]
Which works OK for:
but NOT for:
I assume this is a bug in the Segment route?
Comments
Posted by Ben Scholzen (dasprid) on 2012-07-19T11:16:44.000+0000
Could you please be more specific than just "doesn't work"?
Posted by David Windell (outeredge) on 2012-07-19T11:37:00.000+0000
Sorry, it results in a 404 Error (The requested controller was unable to dispatch the request.)
Posted by Ben Scholzen (dasprid) on 2012-07-19T13:06:46.000+0000
Could you please post the complete route definition, including options?
Posted by David Windell (outeredge) on 2012-07-19T13:15:24.000+0000
Posted by Ben Scholzen (dasprid) on 2012-07-19T13:22:16.000+0000
I see⦠I think I know where this bug comes from (it is already reported). Will look into it somewhen around this week.
Posted by Ralph Schindler (ralph) on 2012-10-08T20:16:36.000+0000
This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2504