<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "Making Use of Oddities of the Domino Server"</title>
<description>Replies to blog "Making Use of Oddities of the Domino Server" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate></lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20071005" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from William Beh</title>
	<pubDate></pubDate>
	<author>William Beh</author>
	<description><![CDATA[ 
		<p>Cool. Didn't thought of using it this way especially for error message into the header.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=C567272A3B393EEF852573710005F4C7"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20071005?OpenDocument#DOC_C567272A</link>
</item><item>
	<title>Reply from Fabian Robok</title>
	<pubDate></pubDate>
	<author>Fabian Robok</author>
	<description><![CDATA[ 
		<p>Unfortunately, you might be able to set any, but not every header (hope this little play of words is even correct): You cannot set the Status directly. For most parts, this is good and well, because Domino should know what Status to return. </p>
		<p>The downside is, that Domino does not allow us to create a 301 permanent redirect, neither through programming, nor through configuration. For this special case, I wish you could override the HTTP Status.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2B760A3B88E27B798525736B005B92B6"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20071005?OpenDocument#DOC_2B760A3B</link>
</item><item>
	<title>Reply from Michael</title>
	<pubDate></pubDate>
	<author>Michael</author>
	<description><![CDATA[ 
		<p>Careful.  I heard that jakester v0.999999999 servers have issues serving up RSS feeds.  ;)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=524C81844CD93C738525736B004E4630"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20071005?OpenDocument#DOC_524C8184</link>
</item><item>
	<title>Reply from Lance Spellman</title>
	<pubDate></pubDate>
	<author>Lance Spellman</author>
	<description><![CDATA[ 
		<p>I'll be darned.  I know now I've encountered this issue in the past (the debugging error: statement) and hadn't realized what was happening.  Thanks!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=E6E1F77E07FD47DA8525736B0042C50B"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20071005?OpenDocument#DOC_E6E1F77E</link>
</item><item>
	<title>Reply from Kerr</title>
	<pubDate></pubDate>
	<author>Kerr</author>
	<description><![CDATA[ 
		<p>I hadn't thought of doing a redirect by changing the location header before, I normally just use the square bracket method, but I have been tripped up regularly by the old problem of spitting out some debugging code that had a colon and was interpreted as a header.</p>
		<p>A related not to this (that I'm sure you know Jake) is that if you set *any* header this way, you need to supply the complete content of the page, Domino will *not* put in the html and body tags that it would do otherwise.</p>
		<p>Another good tip to remember is that you can set the charset in the Content-Type header, but be careful, domino can be *very* picky about recognising it. use:</p>
		<p>Content-type: text/xml; charset=UTF-8</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=28810A783AEA16118525736B003CE922"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20071005?OpenDocument#DOC_28810A78</link>
</item>

</channel>
</rss> 
