/[classpath]/classpath/java/net/HttpURLConnection.java
ViewVC logotype

Diff of /classpath/java/net/HttpURLConnection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by mark, Sat Nov 23 00:52:10 2002 UTC revision 1.13 by mkoch, Thu Dec 19 12:21:58 2002 UTC
# Line 249  public abstract class HttpURLConnection Line 249  public abstract class HttpURLConnection
249     * The server encountered an unexpected error (such as a CGI script crash)     * The server encountered an unexpected error (such as a CGI script crash)
250     * that prevents the request from being fulfilled.     * that prevents the request from being fulfilled.
251     */     */
252    public static final int HTTP_INTERNAL_ERROR   = 501;    public static final int HTTP_INTERNAL_ERROR   = 500;
253    
254    /**    /**
255     * The server does not support the requested functionality.       * The server does not support the requested functionality.  

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26