glassfishrobot

Results 2559 comments of glassfishrobot

This issue was imported from java.net JIRA JERSEY-2859

nelson_nba said: The problem seems to be mimepull library, that since version 1.9.1 or after produces this error. Using jersey 2.22.2 and forcing to use mimepull 1.9 not occurs this...

This issue was imported from java.net JIRA JERSEY-3185

This issue was imported from java.net JIRA JERSEY-2992

nedimcokljat said: My work around to make it work properly is to set ``` jerseyEnvironment.register(new LoggingFeature(Logger.getLogger(LoggingFeature.DEFAULT_LOGGER_NAME), Level.INFO, LoggingFeature.Verbosity.PAYLOAD_ANY, Integer.MAX_VALUE)); ``` is to set the logger level to INFO then it...

ajdergute said: We ran into the exact same issue. This is not a bug. I assume you're using some logging Framework other than JUL. Because all logging inside LoggingFeature is...

nedimcokljat said: Thanks ajdergute I see it makes sense what you are telling me. I am using slf4j with LogBack and as what I can figure out it seems like...