<?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>MC+A &#187; Google Search Appliance</title>
	<atom:link href="http://www.mcplusa.com/blog/tag/google-search-appliance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcplusa.com</link>
	<description>Connecting Business Intellingence</description>
	<lastBuildDate>Tue, 17 Jan 2012 21:54:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Software Update : Google Search Appliance 6.10 P4</title>
		<link>http://www.mcplusa.com/blog/2011/07/software-update-google-search-appliance-6-10-p4/</link>
		<comments>http://www.mcplusa.com/blog/2011/07/software-update-google-search-appliance-6-10-p4/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 21:15:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[6.10]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1425</guid>
		<description><![CDATA[Our customers are advised that Google Enterprise has released a patch to Google Search Appliance software 6.10.  This patch is labeled P4.  Google strongly recommends upgrading to this patch version if you are on the following versions: 6.10.4.G.22 6.10.4.G.22-P1 A list of the fixes included in this release can be found here. MC+A supported customers [...]]]></description>
			<content:encoded><![CDATA[<p>Our customers are advised that Google Enterprise has released a patch to Google Search Appliance software 6.10.  This patch is labeled P4.  Google strongly recommends upgrading to this patch version if you are on the following versions:</p>
<ul>
<li>6.10.4.G.22</li>
<li>6.10.4.G.22-P1</li>
</ul>
<p>A list of the fixes included in this release can be found <a href="https://c.na4.visual.force.com/apex/ResourceDetail?id=a0Z600000016bdOEAQ&amp;sfdc.override=1">here.</a></p>
<p>MC+A supported customers should contact their account rep or MC+A support to schedule a time when the update can be applied.  There is a small outage equivalent to 20 seconds * the number of collections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2011/07/software-update-google-search-appliance-6-10-p4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Regular Expression To Reduce Unnecessary Files From Being Indexed By The Google Search Appliance</title>
		<link>http://www.mcplusa.com/blog/2011/06/simple-regular-expression-to-reduce-unnecessary-files-from-being-indexed-by-the-google-search-appliance/</link>
		<comments>http://www.mcplusa.com/blog/2011/06/simple-regular-expression-to-reduce-unnecessary-files-from-being-indexed-by-the-google-search-appliance/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 15:37:42 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[Health Check]]></category>
		<category><![CDATA[Regular Expression]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1404</guid>
		<description><![CDATA[Duplicate Documents Creates Noise and Consumes Your License Duplicate links can produce duplicate search results which: Can cost you more in licensing Produce duplicate results thereby angering your user base. In a recent engagement, a global company&#8217;s CMS was producing and accepting urls in both of these formats: http://www.mcplusa.com/company/about http://www.mcplusa.com/company/about.html The Google Search Appliance will [...]]]></description>
			<content:encoded><![CDATA[<h2>Duplicate Documents Creates Noise and Consumes Your License</h2>
<p>Duplicate links can produce duplicate search results which:</p>
<ol>
<li>Can cost you more in licensing</li>
<li>Produce duplicate results thereby angering your user base.</li>
</ol>
<p>In a recent engagement, a global company&#8217;s CMS was producing and accepting urls in both of these formats:</p>
<ul>
<li>http://www.mcplusa.com/company/about</li>
<li>http://www.mcplusa.com/company/about.html</li>
</ul>
<p>The <a title="Buy a Google Search Appliance Today!" href="http://shop.mcplusa.com/Category/52-buy_google_search_appliance.aspx" target="_blank">Google Search Appliance</a> will see both of these documents as separate urls.    I reviewed the clients requirements and all of the site content either produced a &#8216;/&#8217; or a file type at the end.  This is fairly common among CMS and other SEO friendly publication system.</p>
<h2>The Expression</h2>
<p>The regular expression that I came up with was</p>
<blockquote><p>regex:http://[put your site here]/.*/$|[put your site here]/.*\.([a-zA-Z]{3,9})$</p></blockquote>
<p>Which [put your site here] contained the content source.</p>
<h2>The Take Away</h2>
<p>We tested it out and after applying the pattern we reduced the total number of documents by 20%.   This was especially benefical since the client was at about 480k documents on their current 500k license.  The change took them well below the license limit and cleaned up the search interface.</p>
<p>*Plug* &#8211; If you have had your Google Search Appliance for awhile, I would recommend considering our Health Check where we can review multiple configuration settings to see if your appliance is properly tuned.</p>
<p>Michael Cizmar<br />
Managing Partner</p>
<p>http://www.twitter.com/michaelcizmar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2011/06/simple-regular-expression-to-reduce-unnecessary-files-from-being-indexed-by-the-google-search-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google announces end of life schedule for Google Search Appliance software</title>
		<link>http://www.mcplusa.com/blog/2011/02/google-announces-end-of-life-schedule-for-google-search-appliance-software/</link>
		<comments>http://www.mcplusa.com/blog/2011/02/google-announces-end-of-life-schedule-for-google-search-appliance-software/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 11:44:00 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[5.2]]></category>
		<category><![CDATA[6.0]]></category>
		<category><![CDATA[6.2]]></category>
		<category><![CDATA[Google Search Appliance]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/blog/2011/02/google-announces-end-of-life-schedule-for-google-search-appliance-software/</guid>
		<description><![CDATA[Google announced on Tuesday the end of life schedule for software versions 5.2, 6.0 and 6.2.&#160; The 5.2 software version is scheduled to be deprecated on April 30, 2011.&#160; Once deprecated, a software version is no longer supported by Google. This means we may require you to update to a supported version, should you require [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced on Tuesday the end of life schedule for software versions 5.2, 6.0 and 6.2.&#160; The 5.2 software version is scheduled to be deprecated on April 30, 2011.&#160; Once deprecated, a software version is no longer supported by Google. This means we may require you to update to a supported version, should you require technical support.</p>
<p>The schedule for 6.0 and 6.2 end of life is as follows:</p>
<p>6.0: August 30, 2011   <br />6.2: March 31, 2012</p>
<p>The latest release of the GSA software is 6.8.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2011/02/google-announces-end-of-life-schedule-for-google-search-appliance-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinar: Google Search Appliance version 6.8</title>
		<link>http://www.mcplusa.com/blog/2010/12/webinar-google-search-appliance-version-6-8/</link>
		<comments>http://www.mcplusa.com/blog/2010/12/webinar-google-search-appliance-version-6-8/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 16:42:39 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[6.8]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[Webinar]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1330</guid>
		<description><![CDATA[On December 13th, join MC+A’s founder and managing partner Michael Cizmar for a detailed debrief on the most recent update to the Google Search Appliance, version 6.8. REGISTER TO ATTEND THIS FREE WEBINAR. Monday, December 13, 2010 11:30PM PST &#124; 2:30PM EST THE GOOGLE SEARCH 6.8 WEBINAR WILL COVER: Cloud Connect – integrated search with [...]]]></description>
			<content:encoded><![CDATA[<p>On December 13th, join MC+A’s founder and managing partner Michael Cizmar for a detailed debrief on the most recent update to the Google Search Appliance, version 6.8. </p>
<p><img src="http://www.google.com/enterprise/images/gsa_6_promo.jpg" width="137px" height="81px" alt="Google 6.8 Logo"/></p>
<h3>REGISTER TO ATTEND THIS FREE WEBINAR.</h3>
<p><strong>Monday, December 13, 2010</strong></p>
<p>11:30PM PST | 2:30PM EST<br />
<a href="http://www.mcplusa.com/company/events/google-search-6-8-overview-webinar/"><img src="http://www.mcplusa.com/wp-content/uploads/2010/09/registerToday.png" alt="Register Today" title="Register Today" width="194" height="39" class="size-full wp-image-1215"/></a></p>
<h3>THE GOOGLE SEARCH 6.8 WEBINAR WILL COVER:</h3>
<ul>
<li>Cloud Connect – integrated search with Google Apps, Site Search and Twitter</li>
<li>People Search – Search profile information about people in your organization</li>
<li>Dynamic Navigation – filter search results with specific metadata attributes</li>
<li>Active-Active – provide high availability by directing search traffic to multiple appliances</li>
<li>Sharepoint 2010 – Search all content within Sharepoint 2010 out of the box</li>
</ul>
<p><strong>About Michael</strong><br />
<img alt="Michael Cizmar, Managing Partner, MC+A" src="http://assets.mcplusa.com/images/marketing/MichaelCizmar.gif" title="Michael Cizmar" class="alignnone" width="75" height="75"/><br />
Michael Cizmar is the founder and President of MC+A, one of the very first Google Enterprise Professional partners and has advised organizations such as Volkswagen, New York Post, Los Angeles Metro, and Federal Home Loan Bank of San Francisco on findablity in the enterprise. Michael also serves on the Advisory Board to Open Pipeline.</p>
<p>For more information about this and any upcoming events, please <a href="/contact/">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/12/webinar-google-search-appliance-version-6-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Appliance 6.8 patch released (p2)</title>
		<link>http://www.mcplusa.com/blog/2010/11/google-search-appliance-6-8-patch-released-p2/</link>
		<comments>http://www.mcplusa.com/blog/2010/11/google-search-appliance-6-8-patch-released-p2/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 23:09:13 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[6.8]]></category>
		<category><![CDATA[Dynamic Navigation]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[New Release]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1317</guid>
		<description><![CDATA[Google released P2 to software release 6.8.  Google strongly recommends that you install the patch if you are running 6.8.0.G30 or 6.8.0.G30-P1. The following fixes are included: Issue ID Issue Description 2736134 Only use queries that return results to generate the Query Suggestion database. 2959255 Security Manager (Universal Login) fails authentication if Kerberos Authorization HTTP header [...]]]></description>
			<content:encoded><![CDATA[<p>Google released P2 to software release 6.8.  Google strongly recommends that you install the patch if you are running 6.8.0.G30 or 6.8.0.G30-P1.</p>
<p>The following fixes are included:</p>
<table border="1" cellspacing="2" cellpadding="5">
<tbody>
<tr bgcolor="#99ccff">
<td>Issue ID</td>
<td>Issue Description</td>
</tr>
<tr>
<td>2736134</td>
<td>Only use queries that return results to generate the Query Suggestion database.</td>
</tr>
<tr>
<td>2959255</td>
<td>Security Manager (Universal Login) fails authentication if Kerberos Authorization HTTP header is larger than 8K</td>
</tr>
<tr>
<td>3120706</td>
<td>A feed can be submitted to the appliance regardless of ip restrictions in certain circumstances.</td>
</tr>
<tr>
<td>218751</td>
<td>In Database &#8211; Advanced Settings, if meta data is selected and primary document is submitted via Document URL Field or Document ID field, &#8220;action=delete&#8221; will not work.</td>
</tr>
<tr>
<td>3100032</td>
<td>Dynamic Navigation may return counts of unauhorized resultswith access=s parameter.</td>
</tr>
<tr>
<td>2086514</td>
<td>GSA only supports DES encryption for Kerberos.</td>
</tr>
<tr>
<td>2551148</td>
<td>Syslog files are not rotated.</td>
</tr>
<tr>
<td>3122895</td>
<td>SAML Security Manager configuration is not properly migrated when updating to 6.8.0.G.30.</td>
</tr>
</tbody>
</table>
<p> </p>
<p>MC+A support customer should contact support to schedule an update time.  Others are required to login to Google&#8217;s support portal that is included in your Google Search Appliance welcome email.</p>
<p>Happy Thanksgiving!</p>
<p>MC+A Support</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/11/google-search-appliance-6-8-patch-released-p2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinar: Combining the Google Search Appliance with the power of semantics to improve findability</title>
		<link>http://www.mcplusa.com/blog/2010/09/webinar-combining-the-google-search-appliance-with-the-power-of-semantics-to-improve-findability/</link>
		<comments>http://www.mcplusa.com/blog/2010/09/webinar-combining-the-google-search-appliance-with-the-power-of-semantics-to-improve-findability/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 19:03:18 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[Semaphore]]></category>
		<category><![CDATA[Smartlogic]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1235</guid>
		<description><![CDATA[On September 23rd, join Smartlogic&#8217;s Toby Conrad and MC+A&#8217;s founder and managing partner Michael Cizmar for a detailed debrief on how combining Smartlogic&#8217;s Semaphore with a Google Search Appliance turns a good search engine into the platform for compelling, intuitive search applications. Register to Attend this Free Webinar. Thursday, September 23, 2010 12:00PM PST &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>On September 23rd, join Smartlogic&#8217;s Toby Conrad and MC+A&#8217;s founder and managing partner Michael Cizmar for a detailed debrief on how combining Smartlogic&#8217;s Semaphore with a Google Search Appliance turns a good search engine into the platform for compelling, intuitive search applications.</p>
<h3>Register to Attend this Free Webinar.</h3>
<p><strong>Thursday, September 23, 2010</strong></p>
<p>12:00PM PST | 3:00PM EST<br />
<a href="http://www.mcplusa.com/company/events/webinar-combining-google-search-with-sematics/?utm_source=MCA&#038;utm_medium=web&#038;utm_campaign=SL_webinar9_23"><img alt="Register Buttome" src="http://assets.mcplusa.com/images/marketing/registerToday_whitebkground.gif" title="Register Today for this Free Webinar" class="alignnone" width="164" height="41" /></a></p>
<h3>The Google Search / Semaphone webinar will cover:</h3>
<ul>
<li>GSA search foundations (including the 6.4 updates!)</li>
<li>The semantic extension for ontology and classification that is Smartlogic’s “Semaphore”</li>
<li>Understanding the GSA integration</li>
<li>Using metadata to drive faceted search and intuitive, dynamic content navigation</li>
<li>Providing intelligent links and recommendations between topics</li>
<li>Using topic pages to drive more traffic to your site and to keep people for longer</li>
</ul>
<h3>About the Presenters</h3>
<p><strong>About Michael</strong><br />
<img alt="Michael Cizmar, Managing Partner, MC+A" src="http://assets.mcplusa.com/images/marketing/MichaelCizmar.gif" title="Michael Cizmar" class="alignnone" width="75" height="75" /><br />
Michael Cizmar is the founder and President of MC+A, one of the very first Google Enterprise Professional partners and has advised organizations such as Volkswagen, New York Post, Los Angeles Metro, and Federal Home Loan Bank of San Francisco on findablity in the enterprise. Michael also serves on the Advisory Board to Open Pipeline.</p>
<p><strong>About Toby</strong><br />
<img alt="Toby Conrad" src="http://assets.mcplusa.com/images/marketing/TobyConrad.gif" title="Toby Conrad" class="alignnone" width="75" height="94" /><br />
Toby Conrad has been a Senior Consultant with Smartlogic for seven years and has advised organizations such as NASA, Bank of America, RBS, and Schlumberger.</p>
<p>For more information about this and any upcoming events, please <a href="/contact/">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/09/webinar-combining-the-google-search-appliance-with-the-power-of-semantics-to-improve-findability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Releases Software Patch for Version 6.4 labeled 6.4.0.G22 P8</title>
		<link>http://www.mcplusa.com/blog/2010/09/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22-p8/</link>
		<comments>http://www.mcplusa.com/blog/2010/09/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22-p8/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 15:43:59 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[6.4]]></category>
		<category><![CDATA[6.4.G22]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[software update]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/blog/2010/09/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22-p8/</guid>
		<description><![CDATA[New Version of Google Search Appliance software 6.4 Google released a patch for appliance software release 6.4.&#160; Release notes can be found here (goes to Google support page). Issue Id Issue Description 2936082 LDAP group lookup feature does not work. 2631545 The Forms Authentication Wizard does not support https over proxy. 2759198 Unable to use [...]]]></description>
			<content:encoded><![CDATA[<h3>New Version of Google Search Appliance software 6.4</h3>
<p>Google released a patch for appliance software release 6.4.&#160; Release notes can be found <a href="https://support.google.com/enterprise/doc/gsa/update_inst/patch_update_G22P8_for_640G22.html">here</a> (goes to Google support page).</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td valign="top" width="200"><strong>Issue Id</strong></td>
<td valign="top" width="200"><strong>Issue Description</strong></td>
</tr>
<tr>
<td valign="top" width="200">2936082</td>
<td valign="top" width="200">LDAP group lookup feature does not work.</td>
</tr>
<tr>
<td valign="top" width="200">2631545</td>
<td valign="top" width="200">The Forms Authentication Wizard does not support https over proxy.</td>
</tr>
<tr>
<td valign="top" width="200">2759198</td>
<td valign="top" width="200">Unable to use regexp in Crawler Access configuration.</td>
</tr>
<tr>
<td valign="top" width="200">2874459</td>
<td valign="top" width="200">In rare circumstances DNS lookups may stop working.</td>
</tr>
<tr>
<td valign="top" width="200">1303761</td>
<td valign="top" width="200">Crawlingn with certificate auth does not support AES256, 3DES, AES12 ciphers.</td>
</tr>
<tr>
<td valign="top" width="200">2762588</td>
<td valign="top" width="200">Certain crawling patterns may prevent appliance from crawling.</td>
</tr>
</tbody>
</table>
<p>MC+A support will be contacting MC+A support customers about scheduling a time for the update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/09/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22-p8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Features of 6.4 : Head Requestor Deny Rules</title>
		<link>http://www.mcplusa.com/blog/2010/08/hidden-features-of-6-4-head-requestor-deny-rules/</link>
		<comments>http://www.mcplusa.com/blog/2010/08/hidden-features-of-6-4-head-requestor-deny-rules/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 19:01:29 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[6.4]]></category>
		<category><![CDATA[Forms Authentication]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[Header Request]]></category>
		<category><![CDATA[Hidden Features]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1160</guid>
		<description><![CDATA[The Problem Header requests is the default method for how the Google Search Appliance (GSA) performs authorization on a document level (also known as late binding) for web based content (See The Header Requester).  There are numerous advantages and disadvantages.  One of the minuses, is that it relies on the content source to adhere to [...]]]></description>
			<content:encoded><![CDATA[<h2>The Problem</h2>
<p>Header requests is the default method for how the <a title="Buy a GSA!" href="http://shop.mcplusa.com/Category/52-buy_google_search_appliance.aspx">Google Search Appliance</a> (GSA) performs authorization on a document level (also known as late binding) for web based content (See <a title="Google Documentation On Header Requestor" href="http://code.google.com/apis/searchappliance/documentation/64/troubleshooting/headrequestor.html">The Header Requester</a>).  There are numerous advantages and disadvantages.  One of the minuses, is that it relies on the content source to adhere to HTTP protocols.</p>
<p>We&#8217;ve experienced numerous content systems that don&#8217;t fully support the correct HTTP response for this to work.  In many cases of Lotus Domino or<a title="Security Issues With Head Approach TO MS Sharepoint" href="http://www.mcplusa.com/blog/2010/01/security-issues-with-the-head-approach-to-authorizing-sharepoint-content/"> Microsoft SharePoint</a>, a friendly message is return or their is an embedded header.  This causes the to misinterpret the response from the server and think the user has access to the document.</p>
<p>The common method pre 6.4 was to implement a SAML interface and develop custom code to handle the logic for the variety of content sources.  Google released several Open Source projects to jump start your efforts.  Most notably they are:</p>
<ul>
<li><a href="http://code.google.com/p/gsa-valve-security-framework/">Google Value Security Framework</a></li>
<li><a href="http://code.google.com/p/google-saml-bridge-for-windows/">Google SAML Bridge for Windows</a></li>
</ul>
<h2>The Solution: Header Request Deny Rules</h2>
<p>Those tended to be difficult for our clients to implement and another piece of infrastructure to deploy and manage.  In version 6.4, Google has added additional rule validation on the appliance.  You now can check the most common sets on the appliance with simple configuration:</p>
<div id="attachment_1161" class="wp-caption alignnone" style="width: 310px"><a href="http://www.mcplusa.com/wp-content/uploads/2010/08/header_request_deny_rule.jpg"><img class="size-medium wp-image-1161" title="header_request_deny_rule" src="http://www.mcplusa.com/wp-content/uploads/2010/08/header_request_deny_rule-300x168.jpg" alt="" width="300" height="168" /></a><p class="wp-caption-text">Screen shot of the Header Request Deny Rule Form</p></div>
<p>This virtually eliminates many of the customizations that we&#8217;ve made for the wrong response.  How Neat!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/08/hidden-features-of-6-4-head-requestor-deny-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Releases Software Patch for Version 6.4 labeled 6.4.0.G22</title>
		<link>http://www.mcplusa.com/blog/2010/08/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22/</link>
		<comments>http://www.mcplusa.com/blog/2010/08/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 15:58:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[6.4]]></category>
		<category><![CDATA[6.4.0.G22]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[software update]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/blog/2010/08/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22/</guid>
		<description><![CDATA[New Version Released For 6.4 Google released a patch for the latest search appliance release. Release notes can be found here. MC+A support customers will be contacted to schedule the update.]]></description>
			<content:encoded><![CDATA[<h2>New Version Released For 6.4</h2>
<p>Google released a patch for the latest search appliance release. </p>
<p>Release notes can be found <a href="https://support.google.com/enterprise/doc/gsa/relnotes/relnotes_640G22.html">here</a>.</p>
<p>MC+A support customers will be contacted to schedule the update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/08/google-releases-software-patch-for-version-6-4-labeled-6-4-0-g22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>G44-P10 patch released for Google Search Appliance GB-1001, GB-7007 and GB-9009</title>
		<link>http://www.mcplusa.com/blog/2010/07/g44-p10-patch-released-for-google-search-appliance-gb-1001-gb-7007-and-gb-9009-3/</link>
		<comments>http://www.mcplusa.com/blog/2010/07/g44-p10-patch-released-for-google-search-appliance-gb-1001-gb-7007-and-gb-9009-3/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 15:12:24 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[6.2]]></category>
		<category><![CDATA[Google Search Appliance]]></category>
		<category><![CDATA[software update]]></category>

		<guid isPermaLink="false">http://www.mcplusa.com/?p=1141</guid>
		<description><![CDATA[Google has released a patch update to the 6.2 software version. The following list contains a list of the fixes. Compare this list to any issues you having outstanding. 2399366 Sometimes documents with the same date are not sorted by relevance when sorting by date. 2386544 Sometimes sort by date does not sort documents that [...]]]></description>
			<content:encoded><![CDATA[<p>Google has released a patch update to the 6.2 software version.  The following list contains a list of the fixes.  Compare this list to any issues you having outstanding.</p>
<h3>2399366</h3>
<p>Sometimes documents with the same date are not sorted by relevance when sorting by date.</p>
<h3>2386544</h3>
<p>Sometimes sort by date does not sort documents that are chronologically close in the correct order.</p>
<h3>2371696</h3>
<p>Documents with dates that are in the future are not sorted properly when sorting by ascending dates.</p>
<h3>1894928</h3>
<p>Error on GSA when configuring Google Apps: &#8220;Cannot enable Google Apps Integration.&#8221;</p>
<h3>2311340</h3>
<p>GSA Admin API fails to authenticate requests if timezone is not set to US/Pacific.</p>
<h3>1837591</h3>
<p>Some Word documents can not be converted resulting in a crawling error.</p>
<h3>2300088</h3>
<p>GSA cannot convert some documents that contain embedded docs.</p>
<h3>2327144</h3>
<p>Some internal indexing processes are not properly terminated.</p>
<h3>2435021</h3>
<p>Stalled connections are not properly detected in replication setup.</p>
<h3>2551148</h3>
<p>System logs are not properly rotated which can fill disks.</p>
<h3>1971858</h3>
<p>Search Latency graph is broken under &#8216;Status and Reports&gt;Serving Status&#8217;.</p>
<h3>1408031</h3>
<p>Encoded non-ascii filenames become garbled if saved with Internet Explorer.</p>
<h3>2287126</h3>
<p>SupportCall via proxy server fails with Error establishing TCP connection to supportcall.google.com:443: (111, &#8216;Connection refused&#8217;).</p>
<h3>2534465</h3>
<p>Permanent Redirect URLs with extensions that require Conversion(.doc, .pdf, .xls, etc) are not followed if at redirect time the content-length response is different than 0.</p>
<h3>2517840</h3>
<p>The Crawl Queue URLs in 6.2 are shown as encoded.</p>
<h3>2633250</h3>
<p>In federation the primary node tries to authorize urls that have already been authorized by secondary nodes.</p>
<h3>2335370</h3>
<p>Results with same snippet and title do not get filtered in the search results when using the &#8216;filter=p&#8217; search parameter.</p>
<h3>2487684</h3>
<p>The lang_zh-tw language filter fails to show search results beyond the first page.</p>
<h3>2358978</h3>
<p>RK parameter is not working properly.</p>
<h3>2728200</h3>
<p>In 6.2.0.G.44-P6 Admin Console is only available in English.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcplusa.com/blog/2010/07/g44-p10-patch-released-for-google-search-appliance-gb-1001-gb-7007-and-gb-9009-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

