Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting "Error 403--Forbidden" while accessing ADF bookmarked URL
    primarykey
    data
    text
    <p>Here am trying to work with an ADF application to suport bookmarking.</p> <p>Following are the steps I did to create a sample application.</p> <ol> <li>Created a bounded task-flow (user-details.xml), which has the "Method call" as default activity along with an another view activity(userData.jsff page).</li> <li>This task-flow takes an input parameter "Id" to display user details. In the method call activity user data will be initialized using the given input parameter and then the data will be displayed using userData.jsff page.</li> <li>Created a view activity (details.jspx page) in adfc-config.xml file.</li> <li>Marked the "details.jspx" file as bookmark-able by changing "Bookmark property to true" and given a Bookmark URL Parameter "Name is Id and Value is #{pageFlowScope.user_id}".</li> <li>Dropped the bounded task-flow user-details.xml as a region into the details.jspx file.</li> <li>Now the user_id which is coming as URL Parameter will be passed to user-details.xml task-flows input parameter value.</li> <li>Created users.jspx page which lists all the users as home page. In the users.jspx page we'll have a link to user details page with a parameter Id.</li> </ol> <p>By running the application will get users page. When I click on the user details link in the users page, the app showing user details page as expected.</p> <p>Now I bookmarked the user details page. If I open the bookmarked page in the same tab, it is working fine. But when I open this bookmark in a new tab getting the "Error 403--Forbidden" response. Bookmarked URL: localhost:7101/BookmarkTestApp-ViewController-context-root/faces/user_details?id=123&amp;_afrWindowMode=0&amp;_afrLoop=4884151149818&amp;_adf.ctrl-state=35yghmx4f_18 When I click the above bookmark in another tab the url is processing for few seconds ( 2 to 3 seconds) and converts to localhost:7101/BookmarkTestApp-ViewController-context-root/ and giving 403 response. At this time it is not touching my beans at all (verified this by running the server in debug mode).</p> <p>Am I missing any thing here.</p> <p>Thanks in advance.</p> <p>-Gopal.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload