Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error 403--Forbidden From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.4 403 Forbidde

user13457446Jun 30 2013 — edited Jul 1 2013

I am using Jdeveloper 11.1.2.4.0 , I want to do some code for initializing log in user before running the page, I decided to do it as a task flow method call activity, so

1. I created a bounded task flow.

2. dragged a method call activity.

3. wrote this method in a bean:

     public String doIt(){

          return "success";

     }

4. put the method for the method call activity : #{requestScope.Bean.doIt}

5. Fixed outcome : success

6. toString: false

7. a control flow from the method call (default activity) to a my page.

8. on running the application I am getting a strange error as below.

Error 403--Forbidden

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.4 403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

Thanks for help.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2013
Added on Jun 30 2013
2 comments
1,224 views