ddv / web-dicom

Automatically exported from code.google.com/p/web-dicom
0 stars 0 forks source link

[ooplugin] Сделать возврат ошибки из servlet в ooplugin openoffice #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Сделать возврат ошибки из servlet в ooplugin
Через возврат нормального http статуса.
Типа так:
response.setContentType("text/plain");
response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR,"");

Original issue reported on code.google.com by dere...@gmail.com on 7 Feb 2011 at 7:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Надо проверить. вроде пофиксил я все это...

Original comment by dere...@gmail.com on 18 Apr 2011 at 4:27

GoogleCodeExporter commented 9 years ago
Да, и не забыть сделать проброс Exception-ов в 
OpenOffice runtime!
Нужно как минимум "завернуть" RuntimeException

Original comment by dere...@gmail.com on 18 Apr 2011 at 4:28

GoogleCodeExporter commented 9 years ago

Original comment by dere...@gmail.com on 18 Apr 2011 at 4:29

GoogleCodeExporter commented 9 years ago
От плагина отказался. все теперь в PDF

Original comment by dere...@gmail.com on 22 Aug 2011 at 5:37