does not work when there are spaces in the parent path
See original GitHub issue[error] java.net.URISyntaxException: Illegal character in path at index 28: /home/aengelen/dev/akka-http docs/docs/src/main/paradox
[error] at java.net.URI$Parser.fail(URI.java:2848)
[error] at java.net.URI$Parser.checkChars(URI.java:3021)
[error] at java.net.URI$Parser.parseHierarchical(URI.java:3105)
[error] at java.net.URI$Parser.parse(URI.java:3063)
[error] at java.net.URI.<init>(URI.java:588)
[error] at com.lightbend.paradox.markdown.Path$.relativeLocalPath(Page.scala:234)
[error] at com.lightbend.paradox.ParadoxProcessor.mapping$1(ParadoxProcessor.scala:413)
[error] at com.lightbend.paradox.ParadoxProcessor.$anonfun$rootPageMappings$1(ParadoxProcessor.scala:418)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Batch script doesn't work properly if there are spaces in parent ...
I noticed that my batch script doesn't work properly if there are any spaces in folder names: C:\ProgramFiles(x86)\abc\def\example.bat ...
Read more >FOR /F does not work for files that has spaces in their filenames
But the files (cyber-unit) has their permissions changed only if their parent folder doesn't have space in his foldername.
Read more >Solved: Folder names not working with spaces (sometimes!)
Solved: Hello, Creating my first flow, to auto-save Gmail attachments to OneDrive. It is (almost) working. In "OneDrive Create File" I use.
Read more >Accessing Files with Spaces In Parent Directory Path - TeX
I'm having problems getting the pgfplotstable to compile because of issues with file path names containing spaces.
Read more >Error: Module not found on paths with a space in them - bud
The problem is, that in the generated webpack.config.js file the spaces in the paths are replaced by “%20”. Before version 6 there where ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, I’ll test it. Haven’t done much in the way of sbt-plugin development.
I cloned out the repo and ran an sbt compile / test, and the following tests failed:
All the failures had the same stack trace on a windows 10 box, scala 2.12 running sbt 1.5 which grabbed sbt 1.4.7.
Probably adding a specific whitespace inclusive test to the PathSpec would be warranted. https://github.com/lightbend/paradox/blob/e2e5b64a20d39afd88f81f1d29ecb5786005f640/tests/src/test/scala/com/lightbend/paradox/markdown/PathSpec.scala
I’ll let you know where I get and will create a PR if string replacement into the URI fixes it.
Thanks for nudging this forward!