<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>OpenRasta Google Group</title>
  <link>http://groups.google.com/group/openrasta</link>
  <description>The group to chat about OpenRasta, submit patches, request patches, etc.</description>
  <language>en</language>
  <item>
  <title>This group is now readonly</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/65cd72e8217e9791/9392c779ceb488ba?show_docid=9392c779ceb488ba</link>
  <description>
  If you want to ask for assistance, do so on stackoverflow.com. &lt;br&gt; &lt;p&gt;If you want to discuss development of openrasta, go to &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/openeverything-dev&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;Seb
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/65cd72e8217e9791/9392c779ceb488ba?show_docid=9392c779ceb488ba</guid>
  <author>
  s...@serialseb.com
  (SerialSeb)
  </author>
  <pubDate>Thu, 19 Jan 2012 11:45:05 UT
</pubDate>
  </item>
  <item>
  <title>Adult content warning</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/b69a6476ccea0baa/65a2633c3ac55b4c?show_docid=65a2633c3ac55b4c</link>
  <description>
  I just followed the link to the new group as I understand the &lt;br&gt; OpenRasta group is being made read-only. I got a warning about adult &lt;br&gt; content. &lt;br&gt; &lt;p&gt;Thought you&#39;d wnat to know... could put some folks off the new group. &lt;br&gt; &lt;p&gt;Jack
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/b69a6476ccea0baa/65a2633c3ac55b4c?show_docid=65a2633c3ac55b4c</guid>
  <author>
  digitalbrickla...@gmail.com
  (Jack Hughes)
  </author>
  <pubDate>Wed, 11 Jan 2012 13:57:41 UT
</pubDate>
  </item>
  <item>
  <title>Trying to call POST method with own data type, media type and codec leads to MethodNotAllowed</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/ed7f4a615bb884b9/3c864e3f4539f795?show_docid=3c864e3f4539f795</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;I&#39;m trying to develop some REST service using OpenRasta and faced &lt;br&gt; problem that I can&#39;t figure out how to configure the whole thing to &lt;br&gt; make POSTs possible while using my own data type, media type and &lt;br&gt; codec. For now, I&#39;ve just copied JsonDataContractCodec and named it &lt;br&gt; TAFCodec. &lt;br&gt; &lt;p&gt;Here is the code:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/ed7f4a615bb884b9/3c864e3f4539f795?show_docid=3c864e3f4539f795</guid>
  <author>
  ale...@gravanov.de
  (Alexey Gravanov)
  </author>
  <pubDate>Thu, 12 Jan 2012 08:15:14 UT
</pubDate>
  </item>
  <item>
  <title>OpenRasta architecture</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/ff839293ecf358ad/88faad5d2bf7b760?show_docid=88faad5d2bf7b760</link>
  <description>
  Hi all &lt;br&gt; So far I only found documentation about how to use OpenRasta but Is &lt;br&gt; there some kind of diagrams or documents that helps to understand the &lt;br&gt; internal architecture, components and how they interact between them, &lt;br&gt; how a resources and handlers are internally registered and the entire &lt;br&gt; cycle of a request?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/ff839293ecf358ad/88faad5d2bf7b760?show_docid=88faad5d2bf7b760</guid>
  <author>
  leonardo.balderr...@gmail.com
  (Leo)
  </author>
  <pubDate>Tue, 10 Jan 2012 04:09:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [openrasta] Multipart/form-data encoding</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/71d84708059cb14c/55b8d54ffa122e51?show_docid=55b8d54ffa122e51</link>
  <description>
  Duh! Got it ... it was right there in front of everybody&#39;s eyes: &lt;br&gt; --af52da52-3cdb-475f-95e3-9e0e 835eea22 &lt;br&gt; Content-Disposition: form-data; name=&amp;quot;Age&amp;quot; &lt;br&gt; Context-Type: text/plain; charset=iso-8859-1 &lt;br&gt; Should have been &amp;quot;Content-Type&amp;quot; - not &amp;quot;Context-Type&amp;quot; ;-) &lt;br&gt; Now it works as expected. &lt;br&gt; /J�rn &lt;br&gt; ----- Original Message -----
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/71d84708059cb14c/55b8d54ffa122e51?show_docid=55b8d54ffa122e51</guid>
  <author>
  j...@fjeldgruppen.dk
  (Jørn Wildt)
  </author>
  <pubDate>Wed, 18 Jan 2012 14:24:46 UT
</pubDate>
  </item>
  <item>
  <title>RE: [openrasta] Multipart/form-data encoding</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/71d84708059cb14c/2f801dad778e673e?show_docid=2f801dad778e673e</link>
  <description>
  Good question. There&#39;s a whole bunch of tests around that, so provided the .net culture matches the langid (here 8859-1) then it should work fine. The only thing we don&#39;t do by the spec is when there&#39;s nothing as browsers implemented something different and lie about their charset :) &lt;br&gt; -----Original Message-----
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/71d84708059cb14c/2f801dad778e673e?show_docid=2f801dad778e673e</guid>
  <author>
  s...@serialseb.com
  (Sebastien Lambla)
  </author>
  <pubDate>Tue, 17 Jan 2012 08:13:35 UT
</pubDate>
  </item>
  <item>
  <title>Multipart/form-data encoding</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/71d84708059cb14c/f991c44b3681a64d?show_docid=f991c44b3681a64d</link>
  <description>
  I am debugging a client-side HTTP API that POSTs multipart/form-data &lt;br&gt; and want to know if OpenRasta supports charset specification in the &lt;br&gt; form elements? Like this: &lt;br&gt; &lt;p&gt;--af52da52-3cdb-475f-95e3-9e0e 835eea22 &lt;br&gt; Content-Disposition: form-data; name=&amp;quot;Age&amp;quot; &lt;br&gt; Context-Type: text/plain; charset=iso-8859-1
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/71d84708059cb14c/f991c44b3681a64d?show_docid=f991c44b3681a64d</guid>
  <author>
  j...@fjeldgruppen.dk
  (Jørn Wildt)
  </author>
  <pubDate>Mon, 16 Jan 2012 10:06:02 UT
</pubDate>
  </item>
  <item>
  <title>Openrasta container and constructing instances using a factory</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/2c064270904004ea/22662cfe64258600?show_docid=22662cfe64258600</link>
  <description>
  Is it possible to use the inbuilt ioc in OR to register and construct types &lt;br&gt; from either a factory or from pre-constructed instance? &lt;br&gt; thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/2c064270904004ea/22662cfe64258600?show_docid=22662cfe64258600</guid>
  <author>
  nicpillin...@gmail.com
  (Nic Pillinger)
  </author>
  <pubDate>Fri, 13 Jan 2012 13:11:51 UT
</pubDate>
  </item>
  <item>
  <title>o new-openrastasite doesn&#39;t works for me</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/e6da85fca2685805/6e00910ffab09a1a?show_docid=6e00910ffab09a1a</link>
  <description>
  Hello, I have installed recently openwrap, downloaded from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.openwrap.org/&quot;&gt;[link]&lt;/a&gt;, so I want to add a OpenRasta project, then: &lt;br&gt; o add-wrap openrasta-devtools -system &lt;br&gt; o init-wrap myProject &lt;br&gt; cd myProject &lt;br&gt; o new-OpenRastaSite mySolutionName My.Base.Namespace &lt;br&gt; The first three commands work well, but the last fails and shows me the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/e6da85fca2685805/6e00910ffab09a1a?show_docid=6e00910ffab09a1a</guid>
  <author>
  jorgega...@gmail.com
  (Jorge Gamba)
  </author>
  <pubDate>Thu, 12 Jan 2012 17:24:41 UT
</pubDate>
  </item>
  <item>
  <title>RE: [openrasta] Re: Accessing raw POST data</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/8f9c2c89d7d93188/40604a0a032e2124?show_docid=40604a0a032e2124</link>
  <description>
  We really need to put some guidance out there. &lt;br&gt; Do not, ever, ever, ever, register base types as resources, it&#39;ll lead you to break an arm and leg, be unhappy and probably sterile and will lead to your disappearance in a quantum singularity. &lt;br&gt; You could try to register the ApplicationOctetStreamCodec with a */* media type for the resource type you want, and use Post(Stream incoming), that may work, or at least there&#39;s nothing in the code that ought to make it not work.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/8f9c2c89d7d93188/40604a0a032e2124?show_docid=40604a0a032e2124</guid>
  <author>
  s...@serialseb.com
  (Sebastien Lambla)
  </author>
  <pubDate>Wed, 11 Jan 2012 14:53:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Accessing raw POST data</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/8f9c2c89d7d93188/6f05a47eea88e3be?show_docid=6f05a47eea88e3be</link>
  <description>
  BTW: this also means accepting *any* media-type. &lt;br&gt; &lt;p&gt;Does this makes sense at all with OR? &lt;br&gt; &lt;p&gt;/Jørn
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/8f9c2c89d7d93188/6f05a47eea88e3be?show_docid=6f05a47eea88e3be</guid>
  <author>
  j...@fjeldgruppen.dk
  (Jørn Wildt)
  </author>
  <pubDate>Tue, 10 Jan 2012 21:13:19 UT
</pubDate>
  </item>
  <item>
  <title>Accessing raw POST data</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/8f9c2c89d7d93188/a1eff9e6127e7616?show_docid=a1eff9e6127e7616</link>
  <description>
  Is it possible to get the raw payload data from a POST? I want to &lt;br&gt; upload a file &amp;quot;as is&amp;quot;, not using multipart/form-data. Something like &lt;br&gt; this: &lt;br&gt; &lt;p&gt; ResourceSpace.Has.ResourcesOfT ype&amp;lt;byte[]&amp;gt;() &lt;br&gt; .AtUri(&amp;quot;/file-upload&amp;quot;) &lt;br&gt; .HandledBy&amp;lt;FileHandler&amp;gt;(); &lt;br&gt; &lt;p&gt; public class FileHandler
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/8f9c2c89d7d93188/a1eff9e6127e7616?show_docid=a1eff9e6127e7616</guid>
  <author>
  j...@fjeldgruppen.dk
  (Jørn Wildt)
  </author>
  <pubDate>Tue, 10 Jan 2012 21:09:37 UT
</pubDate>
  </item>
  <item>
  <title>RE: Moving to a new organization.</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/4085f4db9141e161/8e433f0f3342e667?show_docid=8e433f0f3342e667</link>
  <description>
  Should&#39;ve added that both existing lists will be made read-only next Monday. &lt;br&gt; Seb &lt;br&gt; Sent: 10 January 2012 13:57 &lt;br&gt; To: openwrap-devel@googlegroups.co m; openrasta@googlegroups.com &lt;br&gt; All, &lt;br&gt; Following the meeting we had last week about the future of the OpenEverything project, we&#39;re merging the mailing lists for openrasta and openwrap, and it&#39;ll also host discussions on developing openfilesystem etc.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/4085f4db9141e161/8e433f0f3342e667?show_docid=8e433f0f3342e667</guid>
  <author>
  s...@serialseb.com
  (Sebastien Lambla)
  </author>
  <pubDate>Tue, 10 Jan 2012 14:02:14 UT
</pubDate>
  </item>
  <item>
  <title>Moving to a new organization.</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/4085f4db9141e161/746c6064aea5c833?show_docid=746c6064aea5c833</link>
  <description>
  All, &lt;br&gt; Following the meeting we had last week about the future of the OpenEverything project, we&#39;re merging the mailing lists for openrasta and openwrap, and it&#39;ll also host discussions on developing openfilesystem etc. &lt;br&gt; You can find the new mailing list at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/openeverything-dev&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/4085f4db9141e161/746c6064aea5c833?show_docid=746c6064aea5c833</guid>
  <author>
  s...@serialseb.com
  (Sebastien Lambla)
  </author>
  <pubDate>Tue, 10 Jan 2012 13:57:04 UT
</pubDate>
  </item>
  <item>
  <title>RE: [openrasta] Re: NotImplementedException from HistoryStream when using HttpListenerHost</title>
  <link>http://groups.google.com/group/openrasta/browse_thread/thread/0923ceaae6be94ac/0a95816593a1b110?show_docid=0a95816593a1b110</link>
  <description>
  temporarily you can have your own xml seiralizer codec that either copies the stream into a memorystream before reading it, or pass a wrapper stream to the serializer that is not seekable. &lt;br&gt; Those changes from august have not been pulled back in as I stopped working for the client I was building those changes for rather quickly...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/openrasta/browse_thread/thread/0923ceaae6be94ac/0a95816593a1b110?show_docid=0a95816593a1b110</guid>
  <author>
  s...@serialseb.com
  (Sebastien Lambla)
  </author>
  <pubDate>Tue, 10 Jan 2012 13:25:48 UT
</pubDate>
  </item>
  </channel>
</rss>
