Actions
Bug #1156
ferméImpossible de créer un contact
Début:
14/10/2010
Echéance:
% réalisé:
0%
Temps estimé:
Navigateur:
Firefox 3.x
Votre version de Silverpeas:
5.3.3
Système d'exploitation:
Votre base de données:
Toutes
Livraison en TEST:
Livraison en PROD:
Description
Dans l'onglet Gestion, quand on fait Opérations > créer un contact, quand on valide le formulaire (après l'avoir rempli manuellement ou automatiquement via la sélection d'un utilisateur existant), on obtient 2 fenetres avec 2 Exceptions différentes :
- une NullPointerException :
java.lang.NullPointerException
at org.apache.jsp.yellowpages.jsp.modelManager_jsp._jspService(org.apache.jsp.yellowpages.jsp.modelManager_jsp:602)
...
at com.silverpeas.whitePages.filters.ComponentRequestRouterFilter.doFilter(ComponentRequestRouterFilter.java:93)
...
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
- et une InvalidContentTypeException :
org.apache.commons.fileupload.FileUploadBase$InvalidContentTypeException: the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is application/x-www-form-urlencoded
...
at com.stratelia.webactiv.yellowpages.servlets.YellowpagesRequestRouter.getDestination(YellowpagesRequestRouter.java:384)
Actions
#1
Mis à jour par Cécile Bonin il y a environ 14 ans
- Votre version de Silverpeas changé de 5.3 à 5.3.3
Actions
#2
Mis à jour par Emmanuel Hugonnet il y a environ 14 ans
- Statut changé de New à In progress...
- Assigné à mis à Emmanuel Hugonnet
Actions
#3
Mis à jour par Emmanuel Hugonnet il y a environ 14 ans
- Statut changé de In progress... à Closed
- Version cible mis à Version 5.4
ModelId etait à "0" plutot qu'à null ou "". Ajout du test pour bien gérer ce cas
Actions