Permissioning?

2005-05-03 Thread argeo . c . sales





Problem:
The voice browser in a voice gateway, like BeVocal, executing a subdialog
to save a voice message can't reach the jsp, recordingsave.jsp, deployed
locally in Tomcat 5.0. The jsp is used to save the message locally.

Solutions tried but failed:
The following have been added in tomcat-users.xml:
  role rolename=provider/
  user username=BeVocal/2.5a VoiceXML/2.0 BVPlatform/1.8.4.rc9b
password= fullName= roles=provider/

The following mime-type for voice application has been added to the
web.xml:
 mime-mapping
   extensionvxml/extension
   mime-typeapplication/voicexml+xml/mime-type
 /mime-mapping



Log from Voice Browser that may help solve the problem:
   
   
   
   
 12:20:35.393  
Executing subdialog saveMessage  
 12:20:35.409  
Fetching: recordingsave.jsp
 12:20:35.409  
HTTP request headers for recordingsave.jsp:
Content-Type: multipart/form-data; 
boundary=137331341721227020401150525545  
User-Agent: BeVocal/2.5a VoiceXML/2.0 BVPlatform/1.8.4.rc9b
Host: localhost:8080   
Proxy-Connection: Keep-Alive   
Content-Length: 47633  
Connection: Keep-Alive 
 12:20:35.424  
HTTP response headers for recordingsave.jsp:   
HTTP/1.0 403 Forbidden 
Server: squid/2.5.STABLE4  
Mime-Version: 1.0  
Date: Fri, 29 Apr 2005 19:20:35 GMT
Content-Type: text/html
Content-Length: 1108   
Expires: Fri, 29 Apr 2005 19:20:35 GMT 
X-Squid-Error: ERR_ACCESS_DENIED 0 
X-Cache: MISS from bvcapxy002  
X-Cache: MISS from bvcapxy002  
Proxy-Connection: keep-alive   
 12:20:35.424  
ERROR error.badfetch.http.403: 
http://localhost:8080/voiceapps/recordingsave.jsp: Forbidden
   
   




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Permissioning?

2005-05-03 Thread Jason Bainbridge
It isn't even reaching tomcat, the 403 is coming from a Proxy:
squid/2.5.STABLE4, you will need to either authenticate with the
proxy or bypass it somehow in your voice gateway.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

On 5/3/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 
 Problem:
 The voice browser in a voice gateway, like BeVocal, executing a subdialog
 to save a voice message can't reach the jsp, recordingsave.jsp, deployed
 locally in Tomcat 5.0. The jsp is used to save the message locally.
 
 Solutions tried but failed:
 The following have been added in tomcat-users.xml:
   role rolename=provider/
   user username=BeVocal/2.5a VoiceXML/2.0 BVPlatform/1.8.4.rc9b
 password= fullName= roles=provider/
 
 The following mime-type for voice application has been added to the
 web.xml:
  mime-mapping
extensionvxml/extension
mime-typeapplication/voicexml+xml/mime-type
  /mime-mapping
 
 Log from Voice Browser that may help solve the problem:
 
  12:20:35.393
 Executing subdialog saveMessage
  12:20:35.409
 Fetching: recordingsave.jsp
  12:20:35.409
 HTTP request headers for recordingsave.jsp:
 Content-Type: multipart/form-data;
 boundary=137331341721227020401150525545
 User-Agent: BeVocal/2.5a VoiceXML/2.0 BVPlatform/1.8.4.rc9b
 Host: localhost:8080
 Proxy-Connection: Keep-Alive
 Content-Length: 47633
 Connection: Keep-Alive
  12:20:35.424
 HTTP response headers for recordingsave.jsp:
 HTTP/1.0 403 Forbidden
 Server: squid/2.5.STABLE4
 Mime-Version: 1.0
 Date: Fri, 29 Apr 2005 19:20:35 GMT
 Content-Type: text/html
 Content-Length: 1108
 Expires: Fri, 29 Apr 2005 19:20:35 GMT
 X-Squid-Error: ERR_ACCESS_DENIED 0
 X-Cache: MISS from bvcapxy002
 X-Cache: MISS from bvcapxy002
 Proxy-Connection: keep-alive
  12:20:35.424
 ERROR error.badfetch.http.403:
 http://localhost:8080/voiceapps/recordingsave.jsp: Forbidden
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]