Scala Common Enrich: bump scala-uri to 0.5.0
See original GitHub issueWe see decent amount of requests ending up in the bad bucket, because of page_url contains more than one # character. Like this one:
Provided URI string [http://www.example.com/path/index.ssf/2016/09/taco_charlton_jourdan_lewis_tr.html#incart_river_index#incart_m-rpt-2] could not be parsed by Netaporter: [Illegal character in fragment at index 104: http://www.example.com/path/index.ssf/2016/09/taco_charlton_jourdan_lewis_tr.html#incart_river_index#incart_m-rpt-2]
Essentially all browsers i tried could handle that URL, even though regarding to the spec it might not be valid. Is there a way to let those type of event through?
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (13 by maintainers)
Top Results From Across the Web
scala-uri
Simple scala library for building and parsing URIs. Project · 20 Versions · Badges. scala-uri has moved. scala-uri now lives at lemonlabsuk/scala-uri ......
Read more >snowplow/snowplow r118-morgantina on GitHub
latest releases: snowplow-micro/1.3.3, enrich/3.3.2, ... Scala Common Enrich ... bump scala-weather to 0.5.0 (#4044); bump scala-maxmind-iplookups to 0.6.1 ...
Read more >Snowplow Analytics - Browse /r93-virunum at SourceForge.net
Scala Common Enrich. Bump to 0.26.0 (#3333); Drop Scala 2.10 (#3285); Replace akka-http with scalaj (#3330); Bump scala-uri to 0.5.0 (#2893) ...
Read more >Scala URI - Maven Repository: io.lemonlabs
Version Scala Scala.js Vulnerabilities Repository U...
4.0.x 4.0.3 3 · 2.13 · 2.12 1 (3) · 1 (2.13) · 1 (2.12) C...
4.0.2 4.0.x 3...
Read more >io.lemonlabs : scala-uri_2.12 : 3.4.0 - Maven Central
scala-uri - Simple scala library for building and parsing URIs.
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
Cheers, just wanted to tell you guys that christoph is not the only one waiting for this fix. We are also having this issue in our ionic v1 based hybrid app.
Given this issue causes data quality issues, we will prioritise…