Quantcast
Channel: SCN: Message List - SAP GUI
Viewing all articles
Browse latest Browse all 6448

Re: Sap Personas freezes after selecting system

$
0
0

the crossdomain file is identical(didn't check white spaces) but clientaccesspolicy is different

where it should have been

<allow-from http-methods="*" http-request-headers="*">     <domain uri="http://*"/>     <domain uri="https://*"/></allow-from><!--<allow-from http-methods="*">     <domain uri="http://*"/>     <domain uri="https://*"/></allow-from>--><grant-to>     <resource path="/" include-subpaths="true"/> <!-- test --></grant-to>

it is

<allow-from http-request-headers="*">     <domain uri="*"/> </allow-from> <grant-to>     <resource path="/" include-subpaths="true"/> </grant-to> 

as you can see domain was changed and also all comments was erased which is strange because in file on my server I've exactly the same file as requested in configuration guide.


Viewing all articles
Browse latest Browse all 6448

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>