NicoJuicy / Handlr

Issue tracker for a DMS web application, currently in private beta
3 stars 0 forks source link

RSS Sync suddenly halts #75

Closed NicoJuicy closed 7 years ago

NicoJuicy commented 7 years ago

When syncing the RSS feeds, it halts when the tag contains a '

NicoJuicy commented 7 years ago

Currently fixed only for ', need to experiment further. The tags can only contain "normal" text. So if a tag of an RSS post contains another character, it breaks when adding it to the database ( validation error)

NicoJuicy commented 7 years ago

Also normalized text now ( String.Normalize(FormD) )