At 03:36 AM 12/17/2004, Mladen Turk wrote:

>The 1.2.7 release has done it's share of work by testing
>all those new features added.
>The 1.2.8-rc-1 will add no new features.
>
>There are still one potential bug present, reported by
>Henri Gomez with Tomcat 3.3.2.
>The other issue is to see the URL rewriting problem
>reported by Derrick Koes.
>Since there is the possibility that they are related,
>I'll leave that for 1.2.8 final.

That's cool, but the handling of in_addr_t is totally bogus and
has been for some time.  Some platforms declare struct in_addr_t 
as a typedef - but others don't.  The crossplatform solution is
to ignore the typedef and use in_addr_t, but instead, the code
currently does some crap with uint for win32 and ignores HP/UX
and a host of other platforms.

I'll offer a patch in the next 24 hours to handle the in_addr_t
data gracefully and without a host of compiler emits and build
failures.  No functional changes required :)

Bill


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

Reply via email to