dingoblog / dingo

Blog engine written in Go
MIT License
284 stars 37 forks source link

Non-exisiting page accesses are not handled correctly #30

Closed nak3 closed 8 years ago

nak3 commented 8 years ago

Please check following reproduce steps:

step1. Start dingo

$ go run main.go
Database is used at dingo.db
Application Started on port 8000

step2. Access to invalid page (before login)

e.g. http://localhost:8000/foo

This steps produces 500 Internal error with go panic.

dinever commented 8 years ago

Thanks. I'm going to fix this and add some test cases.