Community
Participate
Working Groups
Build ID: COSMOS-1.0.0-200810221725 Steps To Reproduce: During import, URL references contained in SMLIF model should be properly encoded to escape special-characters (if any) in it instead of removing them so that the file-generation for the referring URL's would be proper to contain the queryParameters. Steps to reproduce: 1. Import others\remote-document.xml file with SML-IF import plugin 2. Check the import results for correctness 3. The generated SML file for URL "http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cosmos/tests/resource-modeling/org.eclipse.cosmos.rm.validation.tests/src/test-resources/others/sampleLocatorFile.xml?root=Technology_Project&view=co" looses the queryParameters "?root=Technology_Project&view=co" to just contain filename "sampleLocatorFile.xml" Instead import process should encode those extra-information/query-parameters so that the generated filename contains this important information. Otherwise export of the above contents result in an invalid URL (with out queryParameters) More information: