In SAS Social Network Analysis Server, a social network might be generated for an alert with incorrect-user credentials. The credentials from the previous-user's logon might be used. The issue could happen when integrating with other SAS solutions. Examples include: SAS® Anti-Money Laundering, SAS® Enterprise Governance Risk Compliance, and SAS® Enterprise Case Management. This issue might occur in following use-case:
Open the funds tracker link for an account/alert. A social network output is generated but it might use User 1 credentials instead of User 2 credentials.
To resolve the issue, follow these steps:
Comment out the following block of code in the web.xml file (located in the <Config>\<LevX>\Web\WebAppServer\SASServer8_1\sas_webapps\sas.sso.snaserver.war\WEB-INF directory):
<filter>
<filter-name>SanitizingRequestFilter</filter-name>
<filter-class>
com.sas.framework.webapp.servlet.SanitizingRequestFilter
</filter-class>
</filter>
In the same web.xml file, perform these actions:
Uncomment the following block of code:
Add the following new <init-param> element block of code after the line <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
<init-param>
<param-name>allowedPostNames</param-name>
<param-value>snaSheet</param-value>
</init-param>
In the same web.xml file, uncomment the following block of code:
<!--
<listener>
<listener-class>org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class>
</listener>
-->
Uncomment the following block of code in the services-config.xml file (located in the <Config>\<LevX>\Web\WebAppServer\SASServer8_1\sas_webapps\sas.sso.snaserver.war\WEB-INF\spring-config directory):
<!--
<import resource="classpath*:META-INF/xss-config.xml" />
-->
In the same services-config.xml file, delete the following line of code:
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Social Network Analysis Server | Microsoft® Windows® for x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 |
Microsoft Windows 8 Enterprise 32-bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8 Enterprise x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8 Pro 32-bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8 Pro x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Enterprise 32-bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Enterprise x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Pro | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows 8.1 Pro 32-bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2008 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2008 R2 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2008 for x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 Datacenter | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 R2 Datacenter | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 R2 Std | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Microsoft Windows Server 2012 Std | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Enterprise 32 bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Enterprise x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Home Premium 32 bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Home Premium x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Professional 32 bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Professional x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Ultimate 32 bit | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Windows 7 Ultimate x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
64-bit Enabled AIX | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
64-bit Enabled Solaris | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
HP-UX IPF | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Linux for x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 | ||
Solaris for x64 | 6.2 | 6.2_M3 | 9.4 TS1M1 | 9.4 TS1M3 |
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-01-25 13:44:18 |
Date Created: | 2015-03-16 10:59:30 |