You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "mbeckerle (via GitHub)" <gi...@apache.org> on 2023/06/22 19:19:43 UTC

[GitHub] [daffodil] mbeckerle commented on pull request #1037: Allows include/import schemaLocations to have relative up path steps.

mbeckerle commented on PR #1037:
URL: https://github.com/apache/daffodil/pull/1037#issuecomment-1603193774

   I guess I'm coming around to the notion that we need the up-step paths to be verified to be correct by daffodil. I.e., we can't have people just putting random strings of "../../../../../../../" in front of what are currently root-relative paths. 
   
   So I think we do need to know whether the upsteps take you to the root of the jar (ok. search classpath), stay within the jar (use relative only), or there are too many up-steps (error). 
   
   Fixing that will push this issue to the next Daffodil release (3.5.1) at least. 


-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org