wagon-providers/wagon-http-lightweight/src/main/java/org/apache/maven/wagon/providers/http/LightweightHttpWagon.java (10 lines): - line 117: // TODO add a test for this message - line 126: // TODO add test for this - line 135: // TODO: add test for this - line 137: // TODO include e.getMessage appended to main message? - line 150: // TODO: handle all response codes - line 154: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 184: // TODO: 2019-10-03 url used should list all visited/redirected urls, not just the original - line 242: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 320: // FIXME WAGON-375 use persistent connection feature provided by the jdk - line 350: // TODO Move 401/407 to AuthenticationException after WAGON-587 wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java (6 lines): - line 689: // TODO: is it a good idea, though? 'Expect-continue' handshake would serve much better - line 691: // FIXME Perform only when preemptive has been configured - line 726: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 801: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 907: // TODO: merge with the other headers and have some better defaults, unify with lightweight headers - line 1050: // TODO Move 401/407 to AuthenticationException after WAGON-587 wagon-providers/wagon-scm/src/main/java/org/apache/maven/wagon/providers/scm/ScmWagon.java (6 lines): - line 62: * TODO it probably creates problems if the same wagon is used in two different SCM protocols, as instance variables can - line 64: * TODO: For doing releases, we either have to be able to add files with checking out the repository structure which may not be - line 491: * TODO this is less than optimal, SCM API should provide a way to add a directory recursively - line 511: * TODO dirty fix to work around files with property svn:eol-style=native if a file has that property, first - line 544: // TODO: AbstractScmProvider 6f7dd0c ignores checkOut() parameter "version" - line 631: // TODO: limitations: wagon-providers/wagon-webdav-jackrabbit/src/main/java/org/apache/maven/wagon/providers/webdav/WebDavWagon.java (4 lines): - line 199: // TODO olamy: not sure we still need this!! - line 264: // TODO olamy: not sure we still need this!! - line 276: // FIXME WAGON-580; actually the exception is wrong here; we need an IllegalStateException here - line 302: // TODO use a logging mechanism here or a fireTransferWarning wagon-tcks/wagon-tck-http/src/main/java/org/apache/maven/wagon/tck/http/Assertions.java (3 lines): - line 92: // TODO: handle AuthenticationException for Wagon.connect() calls - line 108: // TODO: add test for 410: Gone? - line 122: // FIXME assumes Wagon.get()/put() returning 401 instead of Wagon.connect() wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java (3 lines): - line 1913: // TODO: handle AuthenticationException for Wagon.connect() calls - line 1922: // TODO: add test for 410: Gone? - line 1936: // FIXME assumes Wagon.get()/put() returning 401 instead of Wagon.connect() wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/SftpWagon.java (3 lines): - line 128: // TODO: warning level - line 140: // TODO: warning level - line 442: // TODO: warning level wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java (3 lines): - line 173: // TODO [BP]: verify the order is correct - line 188: // TODO: handle - line 201: // TODO: handle wagon-providers/wagon-ssh-common/src/main/java/org/apache/maven/wagon/providers/ssh/CommandExecutorStreamProcessor.java (3 lines): - line 69: // TODO: we'll save this for the 1.0-alpha-8 line, so we can test it more. the -q arg in the - line 88: // TODO: I think we need to deal with exit codes instead, but IIRC there are some cases of errors that - line 89: // don't have exit codes ignore this error. TODO: output a warning wagon-providers/wagon-file/src/main/java/org/apache/maven/wagon/providers/file/FileWagon.java (2 lines): - line 121: // TODO: should we test for null basedir here? - line 139: * path.getCanonicalFile() ensures that the path is fully resolved before an attempt to create it. TODO: wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java (2 lines): - line 367: // TODO: calculate? - line 368: // TODO: as warning wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/HttpMessageUtils.java (1 line): - line 137: // TODO Split when WAGON-568 is implemented wagon-provider-api/src/main/java/org/apache/maven/wagon/repository/Repository.java (1 line): - line 122: // TODO [BP]: refactor out the PathUtils URL stuff into a class like java.net.URL, so you only parse once wagon-provider-api/src/main/java/org/apache/maven/wagon/PathUtils.java (1 line): - line 400: // TODO: move to plexus-utils or use something appropriate from there wagon-providers/wagon-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/interactive/PrompterUIKeyboardInteractive.java (1 line): - line 72: // TODO: log wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java (1 line): - line 349: // TODO: transfer skipped event?