Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ce0e5c9a

Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)

fixed servlet output encoding

Zobrazit rozdíly:

sources/src/main/java/cz/zcu/kiv/offscreen/servlets/LoadGraphData.java
46 46
        String storageLocation = ConfigurationLoader.getStorageLocation(request.getServletContext());
47 47

  
48 48
        FileManager fileManager = new FileManager(workingDirectory, storageLocation);
49

  
49 50
        response.setContentType("application/json");
51
        response.setCharacterEncoding("UTF-8");
50 52

  
51 53
        if (request.getSession().getAttribute("demo_id") == null) {
52 54
            // it doesn't have EFPs -> read from ComAV

Také k dispozici: Unified diff