Re: HttpServletRequest from Flowscript

2011-06-13 Thread Paul Joseph
Hi Jos, Thank your for your reply--I am using that old workhourse, Cocoon 2.1 (.11) I find that there it appears to be not that simple at all. I use flowscript and Java and am trying to implement Windows Single SIgn On with SPNEGO. The issue is that it needs HttpServletRequest while all I

Re: HttpServletRequest from Flowscript

2011-06-13 Thread Jos Snellings
Well, that seems indeed like a rather complex way to achieve a simple thing. How about this: - 2.1 still has a horse called xsp, which is a scripting language ensuring nicely balanced tags. Like an xml-ized jsp. an xsp page has direct access to request data, and you have access to pages. I