Giter VIP home page Giter VIP logo

checklistenserver's People

Contributors

heike2718 avatar

Watchers

 avatar

Forkers

hifromajay

checklistenserver's Issues

Session für nicht bekannten User wird erzeugt

Beim Erzeugen einer Session wird die uuid anscheinend nicht geprüft, sondern wenn das JWT gültig ist, wird eine Session erzeugt und man fliegt erst bei der ersten Aktion (ohne Fehlermeldung) raus.

ValidationExceptions brauchen keinen Stacktrace im log

List of constraint violations:[
ConstraintViolationImpl{interpolatedMessage='size must be between 3 and 100', propertyPath=name, rootBeanClass=class de.egladil.web.checklistenserver.domain.Checkliste, messageTemplate='{javax.validation.constraints.Size.message}'}
]
at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.validate(BeanValidationEventListener.java:140) ~[lib_hibernate-core-5.4.2.Final.jar:5.4.2.Final]
at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.onPreInsert(BeanValidationEventListener.java:80) ~[lib_hibernate-core-5.4.2.Final.jar:5.4.2.Final]
at org.hibernate.action.internal.EntityIdentityInsertAction.preInsert(EntityIdentityInsertAction.java:197) ~[lib_hibernate-core-5.4.2.Final.jar:5.4.2.Final]
at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:75) ~[lib_hibernate-core-5.4.2.Final.jar:5.4.2.Final]
at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645) ~[lib_hibernate-core-5.4.2.Final.jar:5.4.2.Final]
.....

Checkliste lässt sich nicht speichern wg. ConnectionTimeouts

WARN HikariPool-1 - Failed to validate connection org.mariadb.jdbc.MariaDbConnection (Connection.setNetworkTimeout cannot be called on a closed connection)

Offensichtlich werden alle connections im Pool nacheinander validiert, ohne eine offene zu finden, was in > 10 http-Requests an den Server resultiert.

API zum Pflegen der Vorschlagslisten

Jede Benutzer soll die Vorschläge fürs Packen und Einkaufen selbst pflegen können. Hierfür ist eine REST-Schnittstelle zum Anlegen und Ändern erforderlich.

Löschen wird vorerst nicht gebraucht, da man seine Listen auch einfach leer speichern kann.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.