Re: tomcat giving a response without parsing the header at all

2008-07-18 Thread tomcat tom
webDAV scenario

i have to authenticate an incoming url with the settings in the access
control list on the server

while doing so, i should get an 403 error, because of not having 'write'
permissions

so the user authentication happens at the acl itself, before even the header
parsing happens...


On 7/16/08, Mark Thomas [EMAIL PROTECTED] wrote:

 tomcat tom wrote:

 scenarion

 client sends a http request to tomcat
 nos, is there anytime tomcat sends a response without parsing the header
 at
 all


 No.

 Mark



 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




does tomcat cache any data in its intermediate state

2008-07-18 Thread tomcat tom
like, can it cache ejb in transition


tomcat giving a response without parsing the header at all

2008-07-16 Thread tomcat tom
scenarion

client sends a http request to tomcat
nos, is there anytime tomcat sends a response without parsing the header at
all


does tomcat have a rewrite engine of its own

2008-07-15 Thread tomcat tom
does tomcat have a rewrite engine of its own other then mod_rewrite of
apache?
Tom


does tomcat use any kind of parser

2008-07-15 Thread tomcat tom
does tomcat do header parsing?


Re: does tomcat use any kind of parser

2008-07-15 Thread tomcat tom
hi mark



I'm looking for a scenario like;
mod_rewrite and forbidden flag, wherein the server gives the 403 response

pls give me the link



On 7/15/08, Mark Thomas [EMAIL PROTECTED] wrote:

 tomcat tom wrote:

 does tomcat do header parsing?


 Yes.




 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




templates based on the request protocol

2008-07-14 Thread tomcat tom
does tomcat use any templates based on the incoming request's protocol?

what are the different protocols supported by tomcat

any pdf docs which talks about the architecture of tomcat with images