The file common/jk_connect.c no longer compiles on Win32 because the
in_addr_t type is not defined on that platform.  The attached patch fixes
the build problem, but there is probably a better way.

-- Marc
 

> -----Original Message-----
> From: Glenn Nielsen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 27, 2003 8:55 AM
> To: Tomcat Developers List
> Subject: Re: [j-t-c] Thread problem in jk_uri_worker_map.c
> 
> Henri Gomez wrote:
> > Marc Saegesser a écrit :
> >
> >> That makes sense.  The manipulations that map_uri_to_worker() does
> always
> >> make the string shorter so there is no need to worry about the
> modifiable
> >> string passed in being too short and needing reallocated.
> >>
> >> Trying to fix this in the jk/common code is, I think, a waste of
> effort.
> >>
> >> -- Marc
> >
> >
> > A good reason to have delayed jk 1.2.5 ;)
> >
> 
> Ok, I have seen Henri's commit for the in_addr build fix.
> And I have seen Bill's patches for the uri mapping thread safe
> bug.
> 
> If I don't hear about any more open items/bugs  for mod_jk 1.2.5 in the
> next
> few days I will generate another test release distribution over the
> weekend.
> 
> Regards,
> 
> Glenn
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to