michael-o commented on pull request #79:
URL: https://github.com/apache/maven-wagon/pull/79#issuecomment-997367992


   > short question: what is the user-visible effect?
   
   Exception on a call.
   
   > longer form: I suppose no user knows that JSoup is used somewhere to list 
the content of a remote HTTP directory. Until now, it was magically working, 
sometimes... Now that the API will always _not_ work (consistently), is there a 
user visible output? something like a warning ("listing files on HTTP server 
xxx is not supported"), or an exception?
   
   Yes, `UnsupportedOperationException` will be thrown with an appropriate 
message.
   
   > And basic question: does it only affect the getFileList(String) Wagon API 
for HTTP providers? 
https://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/maven/wagon/Wagon.html#getFileList-java.lang.String-
   
   Yes, only. HTTP. Everything else continues to work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to