[13:40]<Flogge> do I still have to modify helma 1.6.x in order to make use of custom HTTP headers in the app? [13:40]<Flogge> i am trying to bring antville and shibboleth together [13:41]<Flogge> for helma 1.5 my collegue had to modify it to pass the headers to antville [15:42]<zumbrunn> Flogge: what did you have to modifiy in 1.5? [15:42]<zumbrunn> http://helma.serverjs.org/reference/res.html#res.servletResponse [15:42]<zumbrunn> http://helma.serverjs.org/reference/res.html#res.addHeader [15:43]<zumbrunn> (don't remember when they were added) [16:16]<Flogge> hm [16:16]<Flogge> hangon [16:17]<Flogge> http://www.pp.wiki.uni-erlangen.de/index.php/Anbindung_von_antville_an_Service_Provider [17:10]<zumbrunn> ok, I see [17:11]<zumbrunn> I would think one would be able to get to this using req.getServletRequest() [17:11]<Flogge> ah ok [17:11]<zumbrunn> but that was available in 1.5 as well [17:11]<Flogge> I will try that out then, thanks [17:11]<Flogge> yeah, I guess he didn't know better [17:12]<Flogge> and hacked into helma to get it to work the way he thought it should [17:20]<Flogge> hmm [17:21]<Flogge> getServletResponse()? [17:21]<Flogge> isnt it getServletRequest? [17:28]<Flogge> ah [17:28]<Flogge> you said that [17:28]<Flogge> hehe