Hi!

HelpServer 2.x has a bug in Xtensive.HelpServer.Web.Content, Xtensive.HelpServer.Web.dll If we try to access HS with GET http request with referer then we get UnhandledException. The problem is in the OnInit method of Xtensive.HelpServer.Web.Content class:

if (urlReferrer != null)
{
    int index = base.Request.Url.AbsolutePath.IndexOf("Content.aspx");
    string str = base.Request.Url.AbsolutePath.Substring(0, index);

see? Looking in URL's string for case sensetive substring is a problem for sure! "index" is -1.

The issue is preventing using HS with SharePoint Search Server. During crawling of all pages it gets HTML with UnhandledException error text.


Updated at 01.07.2009 12:37:02

Great, where can I take the bits?

This thread was imported from our support forum. The original discussion may contain more detailed answer. Original topic by EvilShrike.

asked Jun 30 '09 at 14:26

Editor's gravatar image

Editor
46156156157

To be fixed ASAP.

We anyway planned to update HS on this week ;)

(Jun 30 '09 at 14:26) Alex Yakunin Alex%20Yakunin's gravatar image

Marat Faskhiev (Xtensive) wrote: Fixed.

(Jun 30 '09 at 14:26) Editor Editor's gravatar image

On this weekend.

(Jun 30 '09 at 14:26) Alex Yakunin Alex%20Yakunin's gravatar image

v2.1 installers are published now.

(Jun 30 '09 at 14:26) Alex Yakunin Alex%20Yakunin's gravatar image
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×120
×22

Asked: Jun 30 '09 at 14:26

Seen: 2,740 times

Last updated: Jun 30 '09 at 14:26

powered by OSQA