Clarity

  • 1.  IIS Redirect Query

    Posted Jul 16, 2013 10:39 AM
    In v13, when a user receives an action item in the following format:

    "To access this action item, Click Here" but they are brought to the general Clarity homepage.

    This has a hidden link e.g. http://hostname/niku/nu#action:calendar.actionitemDetails&odf_pk=6037021&tenantId=clarity

    This works in firefox as it is able to redirect the http:// to https://. IE is not able to do the redirect so my guess is that the redirect rules on the web farm servers might not be set to accommodate the new v13 url's.

    It is as though something is causing the reqrite rule to malfunction.

    Has anyone else ever seen this?


  • 2.  RE: IIS Redirect Query

    Posted Jul 16, 2013 03:38 PM
    IE is MS so cold that be related to the hash in the URL?
    See
    97760352

    Martti K.


  • 3.  RE: IIS Redirect Query

    Posted Jul 17, 2013 04:47 AM
    Yes we believe that the hashtag in the url is causing the issue. In IE the hashtag gets broken.

    Would anyone know of an aleration we could make in the URL Rewrite rule to accomodate this?


  • 4.  RE: IIS Redirect Query
    Best Answer

    Posted Jul 19, 2013 05:19 AM
    It turns out that there isn't much I can do with regard to the url. In Internet Explorer anything after a # in the url will get discarded.

    I was able to work around this by altering the entryurl in the properties.xml to https:

    This has resolved our issue.