Question : closing http methods cause flash not play

hi,
to configure my apache tomcat server not to allow http methods put, delete, trace track options i attached below code to the web xml file. but this cause my flash objects not to work.

how can i overcome this issue?

thanks in advance
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:

 
  Protected Context
  /*
    PUT
    DELETE
    TRACE
    TRACK
    OPTIONS
 
 
 
 
   
     
        Protected Context
         /*
      
     
         CONFIDENTIAL
     
   
Open in New Window Select All

Answer : closing http methods cause flash not play

finally i solved it by sam coer. the problem was about second part of xml. i removed second security constraint and then it was ok.
Random Solutions  
 
programming4us programming4us