I have users that are saving page URLs to their IE favorites but when they try t

I have users that are saving page URLs to their IE favorites but when they try to use the favorite, they are redirected to a different page.
These pages are published in the apps portal (/suite/apps#app=MainPage&nav=MainPage)
Is there a way to force the favorite to actual page that was originally saved as a IE favorite?...

OriginalPostID-121959

OriginalPostID-121959

  Discussion posts and replies are publicly visible

Parents
  • Can you try this:

    1. Stop the application server
    2. Edit <APPIAN_HOME>\\runtime_ear\\suite.ear\\web.war\\WEB-INF\\conf\\security\\spring-security-07-portal-override.xml and change the line that looks like this

    <sec:http pattern="/**" use-expressions="false" >

    to include an additional attribute

    disable-url-rewriting="false"

    3. Restart the application server and test again.
Reply
  • Can you try this:

    1. Stop the application server
    2. Edit <APPIAN_HOME>\\runtime_ear\\suite.ear\\web.war\\WEB-INF\\conf\\security\\spring-security-07-portal-override.xml and change the line that looks like this

    <sec:http pattern="/**" use-expressions="false" >

    to include an additional attribute

    disable-url-rewriting="false"

    3. Restart the application server and test again.
Children
No Data