Skip to content Skip to sidebar Skip to footer

Servlet Unavailable In Appengine With Android Client

I am getting the following info log in GAE's console: 'POST /xxx HTTP/1.1' 200 133 - 'Apache-HttpClient/UNAVAILABLE (java 1.4),gzip(gfe)' I can not understand if the servlet is not

Solution 1:

The string "Apache-HttpClient/UNAVAILABLE (java 1.4)" is the client's user agent string. It's not an error - it's the identification the client sent to the server. In this case, 'UNAVAILABLE' is probably in place of the version number of the library.


Post a Comment for "Servlet Unavailable In Appengine With Android Client"