Showing posts with label Apache. Show all posts
Showing posts with label Apache. Show all posts

Thursday, December 17, 2009

Android 3-rd party source code

I think you know that Android has 3-rd party Java API.
For example it is Apache API in part of HttpClient 4.x.
That is good code.

Monday, December 7, 2009

Android platform issues 2

Earlier I've written about NPE in Android platform HttpClient 4.x.

Today I've investigated the problem deeply.

Thursday, December 3, 2009

Android Platform issues 1

As you already know Android contains a 3-rd party Java API.
One of such open source projects is Apache HttpClient.

Tuesday, December 1, 2009

Apache 2.2 mime_magic_module and PHP scripts

The task: force Apache to handle PHP scripts without any file extensions.
Apache is able to determine MIME of file in two ways:
  1. Using mime_module by extension
  2. Using mime_magic_module by the first several bytes of file
I have investigated the second way.