Hi,

Accessing subflows (with required input parameter/-s) directly via url causes http 500.

It is easy to reproduce with booking-faces sample. Just log in and past url: 'http://[...]:[...]/booking-faces/spring/booking' dirctly into your browser.
It throws: org.springframework.webflow.engine.FlowInputMappin gException: [...] RequiredError@642daf7a mapping = hotelId -> flowScope.hotelId, code = 'required' [...] [stack]

Any idea how to secure that ?

Tnx.