cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URIUtil.java

2002-10-09 Thread jericho
jericho 2002/10/09 21:01:52 Modified:httpclient/src/java/org/apache/commons/httpclient URIUtil.java Log: - Deprecate all methods of this class It's recommended to use util.URIUtil... Revision ChangesPath 1.13 +26 -4

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URIUtil.java

2002-10-07 Thread sullis
sullis 2002/10/07 16:46:46 Modified:httpclient/src/java/org/apache/commons/httpclient URIUtil.java Log: constructor is now private Revision ChangesPath 1.12 +10 -5

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URIUtil.java

2002-04-12 Thread marcsaeg
marcsaeg02/04/12 14:15:52 Modified:httpclient/src/java/org/apache/commons/httpclient URIUtil.java Log: Added getPath() and getQueryString() to avoid dependencies on JDK 1.3. Revision ChangesPath 1.7 +58 -9

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URIUtil.java

2002-02-22 Thread marcsaeg
marcsaeg02/02/22 11:21:11 Modified:httpclient/src/java/org/apache/commons/httpclient URIUtil.java Log: Added getPath() method. This is used by the HttpUrlMethod classes. Revision ChangesPath 1.6 +17 -4

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient URIUtil.java

2002-01-04 Thread jefft
jefft 02/01/04 19:22:25 Modified:httpclient/src/java/org/apache/commons/httpclient URIUtil.java Log: Typecast chars to ints, to get things compiling in jikes. Chars are 16 bit unsigned, bytes are 8 bit signed. Revision ChangesPath 1.4