Hi,

i'll make it real quick:

I have this currently

    @RequestMapping("/cars")
    public String render(@RequestParam(value = "dc, required = false) String 
carNamel) 

but I would like to have this


    @RequestMapping("/cars/{carName}")
    public String render(@PathVariable(value = "carName, required = false) 
String carNamel) 


Is it possible to bypass magnolia here as currently magnolia accepts that 
request instead of my blossom controller and returns a 404? 
If so, how?

Thanks

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=ced570d2-3bb4-4874-a481-a826abbc0b7d


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to