If a special character is introduced in the country name, execution ends with an exception
| Hardware | None |
| Product | None |
| Operating System | None |
| Component | Authentication Business logic |
| Version | None |
| Severity | normal |
| Resolution | Fixed |
Category
Bugs
Login or create an account to comment.
Comments
Could you provide the log error? Where did you get that error?
In "peps.xml" change: <entry key="cpeps1.name">EspaÑa</entry> (instead Espanha) Restart Tomcat and you get an "ERROR ContextLoader - Context initialization failed" causing the PEPS service not loading.
We have tested and we didn't get any error. Could you send me your configuration file? I think the error is encoding related. E.g. The peps.xml file has its encoding attribute as UTF-8 and you could be using a editor in ISO-8859-1 encoding. We use UTF-8 in all project/environment - developing - compiling - running
The Editor encoding must be the same than the peps running machine.