elharo commented on code in PR #12743:
URL: https://github.com/apache/maven/pull/12743#discussion_r3880616910


##########
maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java:
##########
@@ -153,6 +155,24 @@ public void validateRawModel(Model m, ModelBuildingRequest 
request, ModelProblem
         } else if (request.getValidationLevel() >= 
ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_2_0) {
             Severity errOn30 = getSeverity(request, 
ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_3_0);
 
+            Severity errOn31 = getSeverity(request, 
ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_3_1);
+
+            // [MNG-8129] Validate that relativePath does not contain 
characters that are illegal in filesystem paths

Review Comment:
   Which characters are illegal varies from filesystem to filesystem. Is there 
some maven level escaping happening here? Or do you mean URL paths?



-- 
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