<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pipelines &#8211; blog.boro2g .co.uk</title>
	<atom:link href="https://blog.boro2g.co.uk/tag/pipelines/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.boro2g.co.uk</link>
	<description>Some ideas about coding, dev and all things online.</description>
	<lastBuildDate>Thu, 16 Jun 2011 16:09:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>Debugging Sitecore pipelines</title>
		<link>https://blog.boro2g.co.uk/debugging-sitecore-pipelines/</link>
					<comments>https://blog.boro2g.co.uk/debugging-sitecore-pipelines/#respond</comments>
		
		<dc:creator><![CDATA[boro]]></dc:creator>
		<pubDate>Thu, 16 Jun 2011 16:09:07 +0000</pubDate>
				<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[pipelines]]></category>
		<category><![CDATA[sitecore]]></category>
		<guid isPermaLink="false">http://blog.boro2g.co.uk/?p=84</guid>

					<description><![CDATA[<p>A quick tip for checking data flowing through the Sitecore pipelines is to setup empty processors and then move them sequentially through the required pipeline. An example for the pipeline: [crayon-69b255cecd794795193916/] Then add your debug point and dig into the args. Some example usage for checking which site has been resolved: [crayon-69b255cecd79a597271373/]</p>
<p>The post <a rel="nofollow" href="https://blog.boro2g.co.uk/debugging-sitecore-pipelines/">Debugging Sitecore pipelines</a> appeared first on <a rel="nofollow" href="https://blog.boro2g.co.uk">blog.boro2g .co.uk</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A quick tip for checking data flowing through the Sitecore pipelines is to setup empty processors and then move them sequentially through the required pipeline.</p>
<p>An example for the <httpRequestBegin> pipeline:</p><pre class="crayon-plain-tag">using Sitecore.Pipelines.HttpRequest;

namespace ###.Domain.Cms.Specialization.Pipelines.HttpRequest
{
    public class PipelineDebugger : HttpRequestProcessor
    {
        public override void Process(HttpRequestArgs args)
        {
            
        }
    }
}</pre><p>Then add your debug point and dig into the args.</p>
<p>Some example usage for checking which site has been resolved:</p><pre class="crayon-plain-tag">&amp;lt;processor type=&amp;quot;Sitecore.Pipelines.HttpRequest.SiteResolver, Sitecore.Kernel&amp;quot; /&amp;gt;
&amp;lt;processor type=&amp;quot;###.Domain.Cms.Specialization.Pipelines.HttpRequest.PipelineDebugger, ###.Domain.Cms&amp;quot; /&amp;gt;
&amp;lt;processor type=&amp;quot;Sitecore.Pipelines.HttpRequest.UserResolver, Sitecore.Kernel&amp;quot; /&amp;gt;</pre><p></p>
<p>The post <a rel="nofollow" href="https://blog.boro2g.co.uk/debugging-sitecore-pipelines/">Debugging Sitecore pipelines</a> appeared first on <a rel="nofollow" href="https://blog.boro2g.co.uk">blog.boro2g .co.uk</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.boro2g.co.uk/debugging-sitecore-pipelines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
