wagon-providers/wagon-http-lightweight/src/main/java/org/apache/maven/wagon/providers/http/LightweightHttpWagon.java (10 lines): - line 124: // TODO add a test for this message - line 136: // TODO add test for this - line 148: // TODO: add test for this - line 151: // TODO include e.getMessage appended to main message? - line 166: // TODO: handle all response codes - line 170: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 206: // TODO: 2019-10-03 url used should list all visited/redirected urls, not just the original - line 279: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 377: //FIXME WAGON-375 use persistent connection feature provided by the jdk - line 412: // 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 773: // TODO: is it a good idea, though? 'Expect-continue' handshake would serve much better - line 775: // FIXME Perform only when preemptive has been configured - line 811: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 894: // TODO Move 401/407 to AuthenticationException after WAGON-587 - line 1014: // TODO: merge with the other headers and have some better defaults, unify with lightweight headers - line 1178: // 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 63: * TODO it probably creates problems if the same wagon is used in two different SCM protocols, as instance variables can - line 65: * TODO: For doing releases, we either have to be able to add files with checking out the repository structure which may not be - line 565: * TODO this is less than optimal, SCM API should provide a way to add a directory recursively - line 587: * TODO dirty fix to work around files with property svn:eol-style=native if a file has that property, first - line 625: // TODO: AbstractScmProvider 6f7dd0c ignores checkOut() parameter "version" - line 728: // TODO: limitations: wagon-providers/wagon-webdav-jackrabbit/src/main/java/org/apache/maven/wagon/providers/webdav/WebDavWagon.java (4 lines): - line 232: //TODO olamy: not sure we still need this!! - line 316: //TODO olamy: not sure we still need this!! - line 333: // FIXME WAGON-580; actually the exception is wrong here; we need an IllegalStateException here - line 368: // 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 100: // TODO: handle AuthenticationException for Wagon.connect() calls - line 118: // TODO: add test for 410: Gone? - line 127: // 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 2306: // TODO: handle AuthenticationException for Wagon.connect() calls - line 2317: // TODO: add test for 410: Gone? - line 2326: // 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 149: // TODO: warning level - line 167: // TODO: warning level - line 563: // TODO: warning level wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java (3 lines): - line 202: // TODO [BP]: verify the order is correct - line 221: // TODO: handle - line 238: // TODO: handle wagon-providers/wagon-ssh-common/src/main/java/org/apache/maven/wagon/providers/ssh/CommandExecutorStreamProcessor.java (3 lines): - line 57: // TODO: we'll save this for the 1.0-alpha-8 line, so we can test it more. the -q arg in the - line 78: // TODO: I think we need to deal with exit codes instead, but IIRC there are some cases of errors that - line 79: // 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 144: // TODO: should we test for null basedir here? - line 165: * 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 445: // TODO: calculate? - line 446: // TODO: as warning wagon-provider-api/src/main/java/org/apache/maven/wagon/repository/Repository.java (1 line): - line 139: // TODO [BP]: refactor out the PathUtils URL stuff into a class like java.net.URL, so you only parse once wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/HttpMessageUtils.java (1 line): - line 147: // TODO Split when WAGON-568 is implemented wagon-provider-api/src/main/java/org/apache/maven/wagon/PathUtils.java (1 line): - line 477: // 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 87: // TODO: log wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java (1 line): - line 404: // TODO: transfer skipped event?