[9:05]<Flogge> zumbrunn: the getServletRequest works perfectly, thanks! [9:06]<Flogge> but now my SSO IdP is broken [9:06]<Flogge> meh [9:11]<zumbrunn> Flogge: did you check if using getServletRequest really was required? [9:11]<zumbrunn> there are also the getHeader and getHeaders methods [9:11]<zumbrunn> http://helma.server-side-javascript.org/reference/req.html#req.getHeaders [9:11]<zumbrunn> http://helma.server-side-javascript.org/reference/req.html#req.getHeader [9:13]<Flogge> I am using req.getServletRequest().getHeader() [9:13]<Flogge> I'll look into req.getHeader() soon [9:14]<Flogge> hmm. one question [9:14]<Flogge> how do I redirect to a url thats not in the whole object tree? [9:14]<Flogge> like res.redirect("http://www.google.com/"); [9:16]<zumbrunn> res.redirect("http://www.google.com/") doesn't work? [9:16]<Flogge> I dont know [9:16]<Flogge> oh [9:16]<Flogge> does this.href() return a String in that form? [9:16]<Flogge> hmm.. I'll try [9:16]<Flogge> :-D [9:16]<zumbrunn> req.getHeader() should be the same as req.getServletRequest().getHeader() [9:16]<zumbrunn> sorry for not mentioning that yesterday [9:17]<Flogge> don't worry [16:29]<hannesw> simono: do we need to escape single quites in encodeXml() at all? [16:29]<simono> for xhtml not... [16:30]<simono> xml hm... let me check [16:32]<simono> i'm sure it works unescaped, but i'm searching for spec now [16:37]<hannesw> ok, never mind [16:37]<hannesw> i committed it [16:39]<simono> ok [16:39]<simono> it's not on the list of forbidden chars, but i wanted to see if any browsers doesn't like it.. too hungry... gotta get home.. cu